BODY {
    background-color : white;
    color : black;
    font-family : sans-serif;
}

HR {
    color : gray;
    height : 5;
    noShade : true;
}

/* Make same as .indent - text-indent */
.maintext {
    background-color: #FFFFFF; /* Make HR the same colour */
    color : #000000;
    font-family : sans-serif;
}

/* Make same as .maintext + text-indent */
.story {
    background-color: #FFFFFF; /* Make HR the same colour */
    color : #000000;
    font-family : "book antiqua", serif;
    text-indent : 2em;
}

P.story {
    text-indent : 2em;
}

.navtext {
    background-color: #FFFFFF; /* Make HR the same colour */
    color : #000000;
    font-weight : normal;
    font-family : sans-serif;
}

/* Stupid Netscape/Opera can't do A:* CSS entries*/
.navlink {
    background-color: #FFFFFF; /* Make HR the same colour */
    color : #800000;
    font-weight : bold;
    font-family : sans-serif;
    text-decoration : none;
}

A:link.navlink {
    color : #800000;
    font-weight : normal;
    text-decoration : none;
}
A:visited.navlink {
    color : #003399;
    font-weight : normal;
    text-decoration : none;
    font-style : italic;
}
A:hover.navlink {
    font-weight : normal;
    text-decoration : underline;
}
A:active.navlink {
    font-weight : normal;
    text-decoration : underline;
}

.FinePrint {
    font-size : xx-small;
    font-weight : normal;
}

