a:link {
background-color : inherit;
color : #0000ff;
text-decoration : none;
}
a:active {
background-color : inherit;
color : #0000ff;
text-decoration : none;
}
a:visited {
background-color : inherit;
color : #0000ff;
text-decoration : none;
}
a:hover {
background-color : inherit;
color : #ff0000;
text-decoration : none;
}

