BODY {
SCROLLBAR-FACE-COLOR: #FEFFD7;
SCROLLBAR-HIGHLIGHT-COLOR: #FEFFD7;
scrollbar-darkshadow-color: #000000;
SCROLLBAR-SHADOW-COLOR: #FEFFD7;
SCROLLBAR-3DLIGHT-COLOR: #000000;
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #FEFFD7;
}

a:link, a:visited{
	color : Black;
	font-weight : normal;
	text-decoration : none;
	text-align : center;
		background-color : none;
}
a:hover {
	color : Red;
	font-weight : normal;
	text-decoration : none;
	text-align : center;
	background-color : none;
}

a:active {
	color : White;
	font-weight : normal;
	text-decoration : none;
	text-align : center;
	background-color : Black;
}
