<!--
a:hover{
font-size:14px;
color:red;
font-weight: bold 
}
a:visited {
font-size:14px;
color:#0000FF;
text-decoration:none
 } 
a:active {
font-size:14px;
color:#0000FF;
text-decoration: none 
} 
a:link {
font-size:14px;
color:#0000FF;
text-decoration: none 
}