* {
    font-family:Osaka-UI,Osaka,Verdana;
    color:gray;
}
body,td{
    font-size:7pt;
    background-image:url(topc.png); 
    background-attachment:fixed;
    background-repeat:no-repeat; 
    background-position:right bottom;
    margin:0 0 0 5px;
    scrollbar-face-color:#5F514C;
    scrollbar-arrow-color:#FE69DD;
    scrollbar-track-color:#5F514C;
    scrollbar-highlight-color:#5F514C;
    scrollbar-shadow-color:#5F514C;
    scrollbar-3dlight-color:#5F514C;
    scrollbar-darkshadow-color:#5F514C;
    filter:chroma(color=#5F514C);
    background-color:transparent;
}

a{
    text-decoration:none;
    color:#FE69DD;
}
a:hover{
    color:white;
}