

BODY,P,UL,OL,LI,TABLE,H1,H2,H3,H4,H5,H6 {
  font-family: Verdana,Tahoma,Arial,Helvetica;
  color: #ffffff;
}  

BODY,P,UL,OL,LI,TABLE {
  font-size: 10pt;
}

A:link  {
  text-decoration: none;
  color: #f0c000;
}
A:visited {
  text-decoration: none;
  color: #a060a0;
}
A:active {
  text-decoration: underline;
}
A:hover {
  text-decoration: underline;
  color: #ff0505;
}

H1 { 
  font-size: 16pt;
  font-type: bold; 
}
H2 {
    font-size: 13pt;
}
H3 {
  
  font-size: 12pt;
  font-type: bold;
}
H4 {
  
  font-size: 10pt;
  font-type: bold;
}
H5 {
  
  font-size: 8pt;
  font-type: bold;
}

