a.title:visited {
color : #000000; 
text-decoration : none; 
} 
a.title:link {
color : #000000; 
text-decoration : none; 
} 
a.title:hover {
color : #FF0000; 
text-decoration : underline; 
} 
a.std:visited {
color : #00FF00; 
text-decoration : none; 
} 
a.std:link {
color : #00FF00; 
text-decoration : none; 
} 
a.std:hover {
color : #FAA031;
text-decoration : underline; 
} 
a.menu:visited {
color : #FFFFFF; 
text-decoration : none; 
} 
a.menu:link {
color : #FFFFFF; 
text-decoration : none; 
} 
a.menu:hover {
color : #000000;
text-decoration : underline;
}