body {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, monospace;
	font-size: small;
}
body.entry {
	background-color: Black;
}

a {
	color: Blue;
	text-decoration: none;
}

a:hover {
	color: Silver;
	text-decoration: underline;
}

h2.white {
	color: White;
}

h2.white:hover {
	color: Red;
	text-decoration: underline;
}

table.border {
	border: solid; border-width: thin; border-color: Black;
}

h1{
color: white;
}