body,td,th {
	font-family: Verdana;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
a:link {
	color: #FFFF00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFF00;
}
a:hover {
	color: Black;
	background-color: Yellow;
}
a:active {
	text-decoration: underline;
}
