a.HomeButton {
	display: block;
//	width: 170px;
	height: 170px;
	margin-bottom: 10px;
	background-color: powderblue;
	border: 1px solid #e3e3e3;
	padding: 8px;
//	float:left;
//	margin:25px;
	padding-top: 60px;
	border-radius: 57px 53px 54px 5px;
	-webkit-border-radius: 57px 53px 54px 5px;
	font-size: 25px;
	color: #Black;
	text-align:center;
	vertical-align:center;
	text-decoration: none;
	

}
a.HomeButton:hover {
	border: 2px solid #e3e3e3;
	background-color: ghostwhite;
}

