/* links */
a         { color : #FF0000; }
a:link    { font-family: Times; color : #9999bb; text-decoration : none; font-weight : bold; font-size: 14px;}
a:visited { font-family: Times; color : #9999bb; text-decoration : none; font-weight : bold; font-size: 14px;}
a:hover   { font-family: Times; color : #FFFFFF; text-decoration : font-weight : bold; font-size: 14px;}
a:active  { font-family: Times; color : #ffffff; text-decoration : none; font-weight : bold; font-size: 14px;}


body {  
background-color: #000000;
text-color: #DD33AA;
font-family: Helvetica; 
font-size: 12px;
color: #ffffff;
background-attachment: fixed;
background-repeat: no-repeat;
}

td { 
font-family: Arial; 
font-size: 10px;
color: #AAAAAA;
background-color: #333333;
background: transparent;
filter: alpha(opacity=90);
-moz-opacity: .90;
-khtml-opacity: 0.90;
opacity: .90;

}

strong { color: #FFFFFF; font-weight : bold;}

