/* links */
a         { color : #FF0000; }
a:link    { color : #ffdd88; text-decoration : none; font-weight : bold;}
a:visited { color : #ffdd88; text-decoration : none; font-weight : bold;}
a:hover   { color : #FFFFFF; text-decoration : underline; font-weight : bold; }
a:active  { color : #ffcccc; text-decoration : none; font-weight : bold;}


body {  
background-color: #000000;
text-color: #aa8866;
font-family: geneva, sans-serif; 
font-size: 14px;
text-decoration: none;
}

td { 
background: transparent;

font-family: geneva, sans-serif; 
text-color: #998877;
font-size: 12px;
color: #AAAAAA}

strong { color: #EEEEEE; font-weight : bold;}
