BODY, TD, TR {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 95%;
	color : white;
	background-color: black;
}

A:LINK  {
	color: White;
	text-decoration: underline;
}

A:ACTIVE  { color: red; text-decoration: underline }

A:VISITED   {
	color: Silver;
	text-decoration: underline;
}

H1   { color: white; font-weight: bold; font-size: 105%; line-height: 100% }

H2  { color: white; font-weight: bold; font-size: 110%; line-height: 100% }

H3    { color: white; font-weight: bold; font-size: 115%; line-height: 100% }

H4    { color: white; font-weight: bold; font-size: 120%; line-height: 100% }

UL, OL {
	line-height : 150%;
	list-style-type : disc;
	color: White;
}
strong {
	color: white;
	font-size: 110%;
}

body {
	scrollbar-3dlight-color:black;
	scrollbar-arrow-color:white;
	scrollbar-base-color:black;
	scrollbar-darkshadow-color:black;
	scrollbar-face-color:black;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:white;

}


/* code for the forms scrollbar */

.FSB {scrollbar-3dlight-color:black;
	scrollbar-arrow-color:white;
	scrollbar-base-color:black;
	scrollbar-darkshadow-color:black;
	scrollbar-face-color:black;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:white;}
	
HR {
	color : white;
	height: 1px;
}