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

A:HOVER { 
   font-family:  Arial ;  
   font-weight: lighter ; 
	font-size: 10pt ;
   color: white ; 
   text-decoration: none ;
}

H1 { 
   font-family: Trebuchet MS; 
   font-weight: bold; 
   font-size: 18pt; 
}

H2 {
font-family:  Trebuchet MS;
font-weight: bold;
font-size: 12pt;
}

H3 {
font-family:  verdana;
font-weight: bold;
font-size: 12pt;
}

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

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

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

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

TD { 
empty-cells: hide;
}