a:link {
background : none;
color : blue;
text-decoration : none;
}
a:visited {
color : navy;
text-decoration : none;
}
a:hover {
background : #558822;
color : #ffffff;
text-decoration : none;
}
a:active {
background : none;
color : red;
text-decoration : overline underline;
} 
