TD {
        color: #C5C5C5;
        text-align: center;
}

BODY {
        font-family: Verdana;
        font-weight: normal;
        font-style: normal;
        font-size: x-small;
        background: #000000;
        cursor: auto;
        text-align: center;
        color: #C5C5C5;
        
        background-attachment:fixed; 
        scrollbar-face-color: #990000;
        scrollbar-highlight-color: #990000;
        scrollbar-3dlight-color: #cc0033;
        scrollbar-darkshadow-color: #000000;
        scrollbar-shadow-color: #990000;
        scrollbar-arrow-color: #ffffff;
        scrollbar-track-color: #000000;
}

A {
        color: #C5C5C5;
        text-decoration: none;
}

A:ACTIVE {
        color: #C5C5C5;
        text-decoration: none;
}

A:LINK {
        color: #C5C5C5;
        text-decoration: none;
}

A:HOVER {
        color: #FF0033;
        text-decoration: underline;
}