A.link {
display: block;
width: 233px;
height:40px ;
text-align: center;
text-decoration: none;
font-family:verdana,arial,Sans-Serif;
font-size:12px;
font-weight:bold;
color:rgb(0,63,255);
background-color:#ffffff;
border: solid 1px #ffffff;

}
A.link:hover {
border: solid 0px #336699;
background-color:#ffffff;
color:rgb(203,1,6);
border: solid 1px rgb(203,1,6);
}
