BODY {
	background-color : #000000;
	font-family : Arial;
	color : #C8C8C8;
	scrollbar-Face-Color:#000000;
	scrollbar-Highlight-Color:#000000;
	scrollbar-Shadow-Color:#000000;
	scrollbar-Track-Color:#000000;
	scrollbar-3dLight-Color:#C8C8C8;
	scrollbar-Arrow-Color:#C8C8C8;
}

A:LINK {
	color : #C8C8C8;
	text-decoration : none;
}

A:VISITED {
	color : #929292;
	text-decoration : none;
}

A:HOVER {
	color : #CC0000;
	text-decoration : overline;
}

A:ACTIVE {
	color : #CC0000;
	text-decoration : none;
}

HR {
	color : #446D8C;
}