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

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

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: 2em;
    text-align: left;
    font-size: 110%;
    text-spacing: 1.3;
    color: #006688;
}

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: #602060 }
A:active { color: #f08080; background: #000000 }