BODY, TD {
        font-weight: bold;
        //background: #E4F2FC;
        background: #ffFFff;
        color : Black;
        font-family : "Courier New", Courier, monospace;
        font-size: 14px;
        text-align: justify;
}

H2 {
        font-size: 14pt;
        color: NAVY;
        text-align : left;
}

H3 {
        font-size: 12pt;
        color: Gray;
}

H4 {
        font-size: small;
        font-weight: bold;
        color : Red;
}

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

A:Hover {
        text-decoration: underline;
        //color: #ff0000;
        color: #ff0000;
        font-weight: bold;
    background: yellow;
}

HR {
        color: blue;
        height: 1pt;
        background : Lime;
}

