a{
display:block;
width:200px;
padding:7px;
border-top:1px solid #000080;
border-left:1px solid #000080;
border-right:1px solid #000080;
text-align:center;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:black;
background-color:mistyrose;
}
a:hover{
color:ivory;
background-color:salmon;
}
a.last {border-bottom:1px solid #000080;}