 
A{
color : blue;
text-decoration : none;
}
A:LINK{
color : blue;
}
A:VISITED{
color : blue;
}
A:HOVER{
color : red;
}

