body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	background-color: #000000;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
	border: thin solid #000000;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #660066;
	text-decoration: line-through;
}
a:hover {
	color: #666666;
	text-decoration: underline overline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
