 
a {
  font-family: Verdana;
  font-size: 10pt;
  color: white;
  text-decoration: none;
} 

a:hover {
  font-family: Verdana;
  font-size: 10pt;
  color: yellow;
  text-decoration: none;
} 

a.small {
  font-family: Verdana;
  font-size: 8pt;
  color: white;
  text-decoration: none;
} 

a.small:hover {
  font-family: Verdana;
  font-size: 8pt;
  color: yellow;
  text-decoration: none;
} 

H1 {
  font-size: 12pt;
  font-family: Verdana;
} 

P {
  font-family: Verdana;
  font-size: 10pt;
} 

CITE {
  font-size: 9pt;
}

LI {
  font-family: Verdana;
  font-size: 10pt;
}

