html { 
    scrollbar-arrow-color     : #FFFF00;
    scrollbar-face-color      : #003366;
    scrollbar-highlight-color : #00FFFF;
    scrollbar-3dlight-color   : white;
    scrollbar-shadow-color    : #00FA9A;
    scrollbar-darkshadow-color: #0000FF;
    scrollbar-track-color     : #E0FFFF; 
}
body { 
	background-color: #CCFFFF;
	margin-left: 10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:normal;
	color:#003366;
	text-align:left; 			
}

h1{ font-size: 18px; font-weight: bold}
h2{ font-size: 16px; font-weight: normal}
h3{ font-size: 14px; font-weight: bold}


a:link    { color:  #0000FF ;text-decoration: none }
a:visited { color:  #0000FF ;text-decoration: none }
a:hover   { color:  yellow  ;text-decoration: none ; background-color: #000066 }
a:active  { color:  white   ;text-decoration: none ; background-color: #000066 }
