body
{
	font-size: smaller;
	color: white;
	font-family: Arial;
	background-color: black;
}
h1
{
	font-size: larger;
	color: white;
	font-family: Arial;
	background-color: black;
}
a:link{font-weight: bold;color: #ffffff;text-decoration: none;}
a:visited{font-weight: bold;color: #666666;text-decoration: none;}
a:hover {color: #ffffff;text-decoration: underline;}