a.button2 {
align: center;
width: 95%;
#height: 30px;
display: inline-block;
float: left;
background: #fefefe;
box-shadow: 4px 4px 8px #0e0e0e;
border: solid #0e0e0e 2px;
border-radius: 5px;
}

a.button2 {
font-family: courier new;
font-size: 18px;
color: #0e0e0e;
text-shadow: none;
text-decoration: none;
#padding: 1% 2%;
margin: 0 2%;
padding-top:8px;
padding-bottom:8px;
}

a:hover.button2 {
color: #898989;
text-decoration: none;
box-shadow: 8px 8px 32px #0e0e0e inset;
border: solid #0e0e0e 1px;
}
tr.bot{
	border-bottom: 1px solid #ccc;
}

a.buttonGrey {
align: center;
width: 95%;
#height: 30px;
display: inline-block;
float: left;
background: #fefefe;
box-shadow: 4px 4px 8px #aeaeae;
border: solid #aeaeae 2px;
border-radius: 5px;
}

a.buttonGrey {
font-family: courier new;
font-size: 18px;
color: #aeaeae;
text-shadow: none;
text-decoration: none;
#padding: 1% 2%;
margin: 0 2%;
padding-top:8px;
padding-bottom:8px;
}

a:hover.buttonGrey {
color: #898989;
text-decoration: none;
box-shadow: 8px 8px 32px #aeaeae inset;
border: solid #aeaeae 1px;
}
