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

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;
}

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

table {
     font-size: 100%;
}

A:link { color: #3030c0  }
A:hover { color: #000000; background: #f00000 }
A:visited { color: #404040 }
A:active { color: #f08080; background: #000000 }