body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFF99;
	font-size: x-small;
	font-weight: bold;
}
a:link {
	color: #FFFF99;
	text-decoration: none;
}

a:visited {
	color: #FFFF99;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: overline;
}
