body
{
	background-color: #111;
	color: #ccc;
}

a:link
{
	color: #831;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: gray;
}

table.index td
{
	padding-right: 15px;
}

div.index_date
{
	font-size: small;
	color: #666;
}

div.email
{
	font-size: small;
}

div.debug
{
	font-family: monospace;
	font-size: x-small;
}

h1
{
	font-family: "sans-serif";
}

h2
{
	font-family: "sans-serif";
}

a.z1
{
	color: #A31;
}

a.z2
{
	color: #851;
}

a.z3
{
	color: #833;
}

p:first-line
{
	font-weight: bold;
}

