A:active , A:visited , A:link {
font-size : 11px;
font-family : verdana;
color : #0000ff;
font-weight : normal;
background : transparent;
text-decoration : none;
}
A:hover {
font-size : 11px;
font-family : verdana;
color : #ff0000;
font-weight : normal;
background : transparent;
text-decoration : underline;
}