

H1 {
        color: Maroon;
        font-variant : small-caps;
}

H2 {
        color : Navy;
        }

H3 {
        color : Maroon;
}

H4 { color: Navy; }

H5 {
        background-color: Maroon;
        color: #FDF5E6;
        padding-bottom: 3px;
        padding-top: 3px;
        padding-left: 5px;
        }

BODY {
        font-family : Verdana, Arial, sans-serif ;
        font-size : 10pt;
        margin-left : 20px;
        }

TH {
        color: Maroon;
}

LI {
        padding-bottom : 7px;
}

HR {
        color : Maroon;
        }

A {
        text-decoration: underline;
        color: Maroon;
}



A:HOVER {
        text-decoration: none;
        color: Red;
}


B {
        color: Navy;
        font-weight : normal;
}

INPUT.out {
        color : Navy;
        border : none;
        background-color : transparent;
        font-weight : bold;
}