.auctionlink{
text-align:center;
font-weight:bold;
display:block;
margin:auto;
width:16em;
padding:2px;
text-decoration:none;
color:#fff !important;
font-size:.9em;
background:#862;
border-left:.5em solid;
border-right:.5em solid;
border-top:2px solid;
border-bottom:2px solid;
border-color:#751;
border-radius:1em;
}
.auctionlink:visited{
background:#A08651;
border-color:#947A46;
}
.auctionlink:hover{
background:#B64949;
border-color:#900;
}