BODY { background-color: #5876BA;
    scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : #999999;
	scrollbar-base-color : #666666;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #666666;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #5876BA;
     }

H1   {
	font-family: Verdana, sans-serif;
	text-align: center;
	text-decoration: underline;
	font-size: 16pt;
	color : Silver;
}
H2   {
	font-family: Verdana, sans-serif;
	text-align: left;
	font-size: 14pt;
	color : Silver;
}
H3   {
	font-family: Verdana, sans-serif;
	text-align: left;
	font-size: 12pt;
	color : #AFEEEE;
}
P    {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	color : #7FFFD4;
}
UL   { font-family: Verdana, sans-serif; 
       font-size: 10pt;
       list-style-position: outside;
       list-style-type: circle;
     }
LI   { font-family: Verdana, sans-serif; 
       font-size: 10pt;
       list-style-position: outside;
       list-style-type: circle;
     }
TABLE { font-family: Verdana, sans-serif; 
     }
TH   { font-family: Verdana;
       text-align: center;
       font-size: 10pt;
     }
TD   {
	font-family: Verdana;
	font-size: 10pt;
	color : Black;
}
A    { font-family:Verdana, sans-serif; 
       font-size 12pt 
     }
A:link    {
	color: #D3D3D3;
}
A:visited {
	color: D3D3D3;
}
A:active  {color: D3D3D3}
