
BODY {
        background-color: #FFE8E1;
        font-family: arial,helvetica,sans-serif;
        font-color: #800000;
        scrollbar-base-color: #FFF3E3;
        scrollbar-face-color: #DBB4A5;
        scrollbar-arrow-color: #FFF3E3;
        scrollbar-highlight-color: #FFF3E3;
        scrollbar-shadow-color: #3F0000;
        scrollbar-3dlight-color: #800000;

        margin-left:0px;
        margin-right:0px;
}


A:link {
        font-size: 10pt;
        font-weight: 600;
        color: #800000;
        text-decoration: none;
}
A:visited {
        font-size: 10pt;
        font-weight: 600;
        color: #800000;
        text-decoration: none;
}
A:hover {
        font-size: 10pt;
        font-weight: 600;
        color: #800000;
        text-decoration: underline;
}
A:active {
        font-size: 10pt;
        font-weight: 600;
        color: #800000;
        text-decoration: none;
        background: #EFCBBF;
}