body
{
	background-color:black;
	color:white;
	font-family: Verdana;
	font-size: 12px;
}
a:link
{
	text-decoration:none;
	color:orange;
}
a:visited
{
	text-decoration:none;
	color:orange;
}
a:hover
{
	text-decoration:underline;
}
a:active
{
	text-decoration: underline;
}
