a.button {
	margin: 0.4em 0 0.4em 0;
	box-shadow: 0px 8px 12px -5px #276873;
	background-color: #599bb3;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	padding: 13px 32px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #3d768a;
}

a.button:hover {
	text-decoration: none;
	background-color: #408c99;
	color: #ffffff;
}

a.button:active {
	position: relative;
	top: 1px;
}