body {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: maroon;
	scrollbar-3dlight-color: #5C6C90;
	scrollbar-shadow-color: #5C6C90;
	scrollbar-highlight-color: silver;
	scrollbar-darkshadow-color: #5C6C90;
	scrollbar-track-color: maroon;
	background-color: #000000;
	margin: 0% 0% 0% 0%;
	body color: #FFFFFF;
	text color: #FFFFFF;
}

A:link {
	text-decoration: none;
	color: #CC9900;
}       /* unvisited link */

A:visited {
	text-decoration: none;
	color: #CC9900;
}   /* visited links */

A:active {
	text-decoration: none;
	color: #CC9900;
}    /* active links */

A:hover {
	color: maroon;
	background-color: Black;
	font-size: 100%;
	text-decoration: bold;
} /* when mouse is over link */

A.external:link {
	color: #D77700;
}

