body {
	background-color: #000000;
	color: black;
	font: 12px serif;
}

a:link { 
	color: #ffffff;
	text-decoration: none;
}

a:visited { 
	color: #ffffff;
	text-decoration: none;	
}

a:hover { 
	color: #99ddff;
}

table {
	border: solid #ffffff 1px;
	background-color: #55aaee;
}

hr {
	border: solid #ffffff 1px;
	color: black;
	height: 7px;
}

td {
	background-color: #55aaee;
}