body {
        background-color: #404040;
        font-family: Tahoma, Helvetica, san-serif;  
        font-size: 11px; 
        color: #999999; 
}

a {
        color: #996FA9;
        font-weight: normal;
        font-size: 11pt;
}

a:link {
        color: #996FA9;
        text-decoration: underline;
}

a:active {
        color: #996FA9;
        text-decoration: underline;
}

a:visited {
        color: #996FA9;
        text-decoration: underline;
}

a:hover {
        color: #996FA9;
        text-decoration: none;
}


b {
        color: #999999;
        font-weight: bold;
}

em {
        color: #999999;
        font-weight: normal;
}

i {
        color: #999999;
        font-weight: normal;
}