body
{
	color: #ffc500;
	font-family: Verdana, Tahoma, Arial;
	background-color: #000000;
	text-decoration: none;
}
font
{
	font-weight:bold;
	color:Aqua;
}
a:Hover
{
	font-weight: bold;
	color: dodgerblue;
	font-style: italic;
	text-decoration: none;
}
a:Link
{
	text-decoration:none;
}
a:visited
{
	text-decoration:none;
}
a:active
{
	text-decoration:none;
}
