BODY { 
     color: white;
     font-family: Verdana, Arial, Helvetica, Sans-Serif, MS Sans Serif;
     background: black; 
     font-size: 14pt;
}

H1 {
    font-weight: bold;
    clear: left;
    margin-top: 2em;
    text-align: center;
    font-size: 130%;
    color: #66CC66;
}

H2 {
    font-weight: bold;
    clear: left;
    margin-left: 1em;
    margin-top: 2em;
    text-align: left;
    font-size: 115%;
    color: #CC66CC;
}

H3 {
    font-weight: bold;
    clear: left;
    margin-left: 1em;
    margin-top: 4em;
    text-align: left;
    font-size: 100%;
    color: #CC6666;
}

P {
   margin-left: 4em;
   margin-right: 4em;
}

table {
     font-size: 14pt;
}

  A:link { color: #aabbcc  }
  A:visited { color: #aaaaaa }
  A:active { color: #ffaaaa }