BODY, TD {
        background: #3664A9;
        color : silver;
        font-family : "Tahoma";
        font-size: 14px;
        text-align: left;
}

H2 {
        font-size: 14pt;
}

H3 {
        font-size: 15pt;
        font-style: italic;
        font-family: sans-serif;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}

A , A:Visited, A:Active{
        color: white;
        text-decoration : none;
        font-weight : bold;
}

A:Hover {
        color: #DAA520;
        text-decoration : none;
        font-weight : bold;
}

HR {
        height: 1pt;
}
