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