
BODY {
    color: #FFFFFF;
    font-family: Georgia, serif;
    font-size: medium;

    /*
    do not specify background, since IE will overlap the
    texture with the background
    background: #00008B;
    */
}

A:link {
    color: #CCFFFF;
    text-decoration: underline;
}

A:visited {
    color: #66CCCC;
    text-decoration: underline;
}

A:active {
    color: #FF6633;
    text-decoration: underline;
}

UL, OL, P, BLOCKQUOTE {
    font-family: Georgia, serif;
    color: #FFFFFF;
}

EM {
    color: #FFCC00;
    font-style: normal;
}

SAMP {
    font-family: "Andale Mono",monospace;
}

CITE {
    color: #FFFFFF;
    background: transparent;
    /*font-family: Georgia, serif; */
    /*font-size: medium;*/
    font-style: italic;
}

H1 {
    color: #FFCC00;
    font-weight: bold;
    font-size: 120%;
    font-family: Verdana, sans-serif;
}

H2 {
    color: #FFCC00;
    font-weight: bold;
    font-size: 110%;
    font-family: Verdana, sans-serif;
}

.tinyhead {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    color: #FFCC00;
}

.normal {
    font-family: Georgia, serif;
    color: #FFFFFF;
}