<style type="text/css"> 
{}
A  {
 	color : White;
 	font-weight : bold;
	text-decoration: underline;
 	font-family : tahoma;
 	font-variant : normal;
 	font-style : normal;
 }
 
 A:visited  {
  	color : Yellow;
	text-decoration: underline;
  	font-weight : bold;
 	font-family : tahoma;
 	font-variant : normal;
 	font-style : normal;
 }
 
 A:hover  {
 	color : Gold;
	text-decoration: underline;
  	font-weight : bold;
 	font-family : tahoma;
 	font-variant : normal;
 	font-style : normal;
 }
 
 A:active  {
 	color : Gold;
	text-decoration: underline;
  	font-weight : bold;
 	font-family : tahoma;
 	font-variant : normal;
 	font-style : normal;
 }

TD {
  	 color : white;
	 font-weight: normal;
     	 font-size: 10pt;
	 font-family : tahoma, Arial;
	 font-variant: normal;
	 font-style: normal;
		 }
		 
 .subheader {
	color : Maroon;
	font-weight: bold;
	font-family : Times New Roman, tahoma, Arial;
	font-size: 12pt;
	font-variant: normal;
	font-style: normal;
 }


BODY  {
 	background-color : MidnightBlue;
}
</style>
