
  BODY, TD, P, DIV {
    font-size: 10pt; 
    color: white;
    font-family: verdana, helvetica, sans-serif;
  }
  
  A:link, A:visited {
    color: silver;
    font-weight: bold;
    text-decoration: underline;
  }
  
  A:hover, A:active {
    color: silver;
    font-weight: bold;
    text-decoration: none;
  }
  
  DT {
    color: #cccc00;
    font-weight: bold;
  }
  
  .dt {
    color: #cccc00;
    font-weight: bold;
    border: 1px #006666 solid;
    width: 400px;
  }
  
  .h3 {
    color: #999999; 
    font-family: serif;
    font-size: 24pt;
    font-weight: bold;
  }
