body
{
	background: #800000;
	color: #000000;
	margin: 0px 0px 0px 0px;
	
}


html
{
scrollbar-base-color:#800000 ;
scrollbar-arrow-color:white ;
scrollbar-track-color:white ;
}


a:link, body_alink
{
	color: white;
	text-decoration: none;
}

a:visited, body_avisited
{
	color: silver;
	text-decoration: none;
}

a:hover, a:active, body_ahover
{
	color:gold;
	text-decoration: italic;
}