A { 
   font-family: Arial ; 
	font-size: 10pt ;
   font-weight: bold ; 
   color: #blue ; 
   text-decoration: none ;
}

A:HOVER { 
   font-family:  Arial ;  
   font-weight: light ; 
	font-size: 10pt ;
   color: #blue ; 
   text-decoration: none ;
}


BODY { 
   font-family: Arial; 
font-size: 10pt;
   color: black;
margin: 10px 150px 2px 50px;
}

INPUT {
   font-family: Arial, Helvetica;
   font-size: 10pt;
   background-color: white;
   color: black;
}


TABLE  {
font-family: Arial, Helvetica, sans-serif
color: black
font-size: 10pt;
background-color: white;
spacing: 50 px;
}

TD { 
empty-cells: hide;
}