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: #red ; 
   text-decoration: none ;
}

H1 { 
   font-family: Arial; 
   font-weight: bold;
   font-color: #800080 
   font-size: 14pt; 
}


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;
}

A.extern  {
font-family:  Arial;
font-weight: bold;
font-size: 12pt;
color: black;
}

TABLE  {
font-family: Arial
font-size: 10pt;
background-color: #888DFD;
spacing: 50 px;
}

TD { 
empty-cells: hide;
}