/* links */
a         { color : #FF0000; }
a:link    { color : #bb2222; text-decoration : none; font-weight : bold;}
a:visited { color : #bb2222; 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: #663333;
font-family: helvetica; 
font-size: 13px;
text-decoration: none;
background-image:url('pics/background1.jpg');
background-repeat:no-repeat;
background-attachment:fixed;

}

td { 
font-family: helvetica; 
font-size: 13px;
}


