body {
	background-color: #000000;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

table { font-family:Georgia, "Times New Roman", Times, serif; }

a:link {
	color: #663300;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #663300;
}
a:hover {
	text-decoration: none;
	color: #A66403;
}
a:active {
	text-decoration: underline;
	color: #A66403;
}