body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12pt;
  margin: 30px 30px;
  background-color: #FFFFDD}
  a:link    {text-decoration: none; font-weight: bold; color: #0000FF }
  a:visited {text-decoration: none; font-weight: bold; color: #000080 }
  a:active  {text-decoration: none; color: #FF0000 }
  a:hover   {text-decoration: underline; color: #0000FF }

H1 {
  color: blue;
  font-size: 16pt;
  font-weight: bold;
  border: none;
  margin-bottom: 0em;
}

H2 {
  color: #000080;
  text-align: left;  
  font-size: 14pt;
  margin-bottom: 0em;
  border: none;    
  font-weight: bold;
}  

H3 {
  font-weight: bold;
  font-size: 12pt;
  font-weight: bold;
  color: blue;
  margin-bottom: 0em;
  border: none;    
}
