body {
	background-color: #010101;
	margin: 0px;
	padding: 0px;
}
#mainTable {
	color: #FFCC00;
	font-size: 14px;
	font-weight: bold;
}
#topLinksTable a:link {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#topLinksTable a:visited {
	font-size: 18px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
#topLinksTable a:hover {
	color: #921818;
}


.header {
	font-size: 18px;
	text-decoration: underline;
}
