
BODY {
    color: black;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
    background-color: #E9E9E9;
}

A:link {
    text-decoration: none;
    color: #000000;
}

A:active {
    text-decoration: none;
    color: #000000;
}

A:visited {
    text-decoration: none;
    color: #000000;
}

ADDRESS, BLOCKQUOTE, DD, DIV, DL, DT, FORM, OL, P, UL, DIR, MENU {
    font-family: Geneva;
}

INPUT {
    font-family: Courier;
}

SELECT, OPTION {
    font-family: Courier;
}

PRE {
    font-family: Courier;
}

/* 
** Set the Font again, because of Netscape bug returning the font to the 
** browser default after a table.
*/

TH {
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
    font-weight: bold;
}

TD {
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
}
