BODY,TH,TD {
 color: White;
 font-size: large;
}

BODY {
 background-color: #333399;
}

H1 {
 color: #333399;
 background-color: White;
 font-weight: bold;
 letter-spacing: 3pt;
 text-alignment: center;
 font-size: x-large;
}

H2 {
 color: #333399;
 background-color: White;
 font-weight: bold;
 font-size: large;
}

H3 {
 color: White;
 font-size: large;
}

H6 {
 color: White;
 font-size: small;
 font-weight: bold;
 letter-spacing: 3pt;
}

A { text-decoration: underline; }
A:hover {color: White}
A:link { color: Yellow; }
A:visited {color: #CCFFFF}

