/* Enter Your Custom CSS Here */
.button a {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 10px 0;
	margin: 0px 0px 30px 0px;
	background-color: #49a9d4;
	border-radius: 5px;
	box-shadow: 4px 4px #1a6ea0;
	text-shadow: 0 -1px #1a6ea0;
}

.button a:link, .button a:visited {
	width: 100%;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

.button a:hover {
	color: #FA68CB;
	box-shadow: 2px 2px #1a6ea0;
}
