A:LINK {
 color : Blue;
 text-decoration: none
}

A:VISITED {
 color : Blue;
 text-decoration: none
}

A:HOVER {
 color : Red;
 text-decoration : underline;
}

A:ACTIVE {
 color : Red;
 text-decoration: underline
}


