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