 
A:LINK{
color : red;
text-decoration : none;
font-weight : normal;
}
A:VISITED{
color : red;
text-decoration : none;
}
A:HOVER{
color : red;

background-color : #ffc8ff;

}
A:ACTIVE{
color : fuchsia;
text-decoration : none;
}
