A{
font-weight : normal;
text-decoration : underline;
cursor : pointer;





line-height : 130%;
}
A:HOVER{
background-color : yellow;
text-indent : -1px;
height : -1px;
position : relative;
top : -1px;
cursor : pointer;
text-decoration : underline;
}
A:VISITED{

text-decoration : underline;
font-weight : normal;

}
A:ACTIVE{
background-color : yellow;
text-decoration : underline;
}
