body, li, p, h1, h2, h3, h4, input, select {
  font-family: Verdana, Arial, Helvetica, san-serif;
  font-size: 8pt;
  color: #000000; 
}
p.headline {
  font-size: 13pt;
  font-weight: bold;
}
h1 {
  font-size: 20pt;
  font-weight: bold;
}
h2 {
  font-size: 13pt;
  font-weight: bold;
}
h3 {
  font-size: 11pt;
  font-weight: bold;
}
h4 {    
  font-size: 11pt;
  font-weight: bold;
}
a:visited {
  color: navy;
}   
a, a:link, a:active {
  color: blue;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: red;
  text-decoration: underline;
}

