@charset "utf-8";
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}
#box {
	background-color: #EDEDED;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: static;
	border-radius: 20px;
	border: 2px solid #D1D1D1;
	-webkit-box-shadow: 5px 5px 15px 0 rgba(122,122,122,0.50);
	box-shadow: 5px 5px 15px 0 rgba(122,122,122,0.50);
	padding-left: 20px;
	padding-right: 20px;
}
h2 {
	color: rgba(11,142,51,1.00);
	font-weight: bold;
}
a {
	color: rgba(11,142,51,1.00);
	font-weight: bold;
}
