A {
 color : Maroon;
 text-decoration : underline;
 }
 A:Hover {
 color : Red;
 text-decoration : none;
 }
 A:Active {
 color : Maroon;
 text-decoration : underline;
 }
 BODY {
	font-size : 14px;
	font-family : Verdana,  Serif, Times;
	background-color : #FFFFFF;
	color : #1E0064;
	SCROLLBAR-FACE-COLOR: #F3F7FE; 
	SCROLLBAR-HIGHLIGHT-COLOR: #DFEBFD; 
	SCROLLBAR-SHADOW-COLOR: #BFD8FE; 
	SCROLLBAR-3DLIGHT-COLOR: #E3EEFD; 
	SCROLLBAR-ARROW-COLOR: #0050C8; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
}
 TABLE {
	font-size : 13px;
	font-family : Verdana,  Serif, Times;
}