  body { 
        font-family : "verdana, helvetica, sans-serif";
        background-color : #333333;
}
  

td { 
        font-family : "verdana, helvetica, sans-serif";
        font-size : 11px;
        color : white
}
  

.text { 
        font-family : "verdana, helvetica, sans-serif";
        font-size : 11px;
        text-decoration : none;
        color : #ffffcc
}

a:link { 
        font-family : "verdana, helvetica, sans-serif";
        font-size : 12px;
        text-decoration : none;
        color : White;
}
  

a:visited { 
        font-family : "verdana, helvetica, sans-serif";
        font-size : 12px;
        text-decoration : none;
        color : White;
}
  

a:active { 
        font-family : "verdana, helvetica, sans-serif";
        font-size : 12px;
        text-decoration : none;
        color : #000099;
        background-color : #A4B2BD;
        word-spacing : 0px;
        letter-spacing : 0px;
        background-image : none;
}
  

a:hover { 
        font-family : "verdana, helvetica, sans-serif";
        font-size : 11px;
        text-decoration : none;
        color : White;
        background-color : #330099;
}
