a.buttonVisual {
align: center;
width: 95%;
#height: 50px;
display: inline-block;
float: left;
background: #fefefe;
box-shadow: 4px 4px 8px #619CFF;
border: solid #0000ff 2px;
border-radius: 5px;
}

a.buttonVisual {
font-family: courier new;
font-size: 18px;
color: #0000ff;
text-shadow: none;
text-decoration: none;
#padding: 1% 2%;
padding-top:8px;
padding-bottom:8px;
margin: 0 2%
}

a:hover.buttonVisual {
color: #898989;
text-decoration: none;
box-shadow: 8px 8px 32px #619CFF inset;
border: solid #0000ff 1px;
}
