body {
        color: #FFFFFF;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        scrollbar-face-color: #FFDD78;
        scrollbar-arrow-color: #000000;
        scrollbar-track-color: #000000;
        scrollbar-shadow-color: #000000;
        scrollbar-highlight-color: #C9646C;
        scrollbar-3dlight-color: #FFFFFF;
        scrollbar-darkshadow-Color: #C9646C;
}

a:link {
        color: #FF0000;
        text-decoration: none;
        font-weight: bold;
}

a:visited {
        color: #E1A900;
        text-decoration: none;
        font-weight: bold;
}

a:active {
        color: #FFDD78;
        text-decoration: none;
        font-weight: bold;
}

a:hover {
        color: #FFDD78;
        text-decoration: underline;
        font-weight: bold;
}

.copyright {
        font-size: 7pt;

}