a.bar:link{
font-size:14px;
font-family:Arial ;
color:#0000CC;
text-align: center;
text-decoration: none;

}

a.bar:visited{
font-size:14px;
font-family:Arial ;
color:#0000CC;
text-align: center;
text-decoration: none;
}

a.bar:hover{
font-size:14px;
font-family:Arial ;
color:red;
text-align: center;
text-decoration: underline;
}