body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #006;
	color: #FFF;
	margin-left: 5px;
	margin-top: 5px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	color: #00F;
	text-decoration: none;
	background-color: #FC3;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:active {
	text-decoration: none;
}
