html
{
	height:100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	height:100%;
	color:8b784d;
}


a, a:active, a:visited
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	color:#8b784d;
	text-decoration:underline;
}