button.btn
{
font-family: arial;
color:black;
font-size:11px;
background-color:#FAFAD2;
border-top-color:#696;
border-left-color:#696;
border-right-color:#363;
border-bottom-color:#363;
}

button.btnhov
{
font-family: arial;
color:black;
font-size:11px;
font-weight:bold;
border:4 px solid;
border-top-color:#f63;
border-left-color:#f63;
border-right-color:#930;
border-bottom-color:#930;
cursor: hand;
}
