a:link {
COLOR: #0000FF;
text-decoration : none; 
}
a:visited {
COLOR: #800080;
text-decoration : none; 
}
a:hover {
COLOR: #FF0000;
text-decoration : underline; 
}
a:active {
COLOR: #00FF00;
}