﻿a.button {
width: 89%;
display: block;
float: left;
background: #ce2e2e;
box-shadow: -8px -8px 32px #990000 inset;
border: solid #990000 1px;
border-radius: 45px;
}

a.button {
font-family: arial;
font-size: 16px;
color: #ffffff;
text-decoration: none;
text-shadow: 1px 1px 1px #0e0e0e;
padding: .5% .5%;
margin: 0 .5%
}

a:hover.button {
color: #898989;
text-decoration: none;
box-shadow: -8px -8px 32px #0e0e0e inset;
border: solid #0e0e0e 1px;
}



 