/* links */
a         { color : #FF0000; }
a:link    { color : #772222; text-decoration : none; font-weight : bold;}
a:visited { color : #772222; text-decoration : none; font-weight : bold;}
a:hover   { color : #FFccaa; text-decoration : underline; font-weight : bold; }
a:active  { color : #ffccaa; text-decoration : none; font-weight : bold;}


body {  
background-color: #FFFFFF;
text-color: #663333;
font-family: Arial; 
font-size: 12px;
text-decoration: none;
}