/* links */
a         { color : #FF0000; }
a:link    { color : #FFD029; text-decoration : none; font-weight : bold;}
a:visited { color : #FFD029; 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: roman; 
font-size: 12px;
text-decoration: none;
}
