body {
	background-color: #D7DCDF;
}

.container { 
	background-color: white;
	margin: 30px 350px 30px 350px;
	padding: 35px 30px 35px 30px;
	border-radius: 5px;

}

hr {
	margin-top: 30px;
	size: 1px;
	clear: both;
}

p {
	font-family: helvetica;
	font-size: 12px;
	line-height: 15px;


}

span {
	font-family: monospace;
	background-color: #D7DCDF;
}

h1 {
	font-family: helvetica;
	font-weight: bold;
	color: #D7DCDF;
	font-size: 39px;
}

h2 {
	font-family: helvetica;
	font-weight: bold;
	font-size: 20px;
	color: black;
	clear: both;
}

#gray {
	float: left;
	color: #A1A4A8;
	margin: 0px 10px 30px 0px;
	background-color: #D7DCDF;
	border-radius: 2px;
	width: 50px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	font-family: helvetica;
	font-size: 25px;
	font-weight: bold;
	font-style: uppercase;
	border-bottom: 2px solid #3D3D3D;
	padding-top: 10px;

}

#orange {
	float: left;
	color: #662318;
	margin: 0px 10px 30px 0px;
	background-color: #FF5435;
	border-radius: 2px;
	width: 50px;
	height: 40px;
	text-align: center;
	font-family: helvetica;
	font-size: 25px;
	font-weight: bold;
	font-style: uppercase;
	border-bottom: 2px solid #662318;
	padding-top: 10px;
}

img {
	width: 100%;
}

a {
	display: inline-block;
	margin: 20px 0px 20px 0px;
	background-color: #FF5435;
	font-family: helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #662318;
	border-radius: 5px;
	padding: 30px 30px 30px 30px;
	text-decoration: none;

}

a:hover {
	background-color: #D6D6D6;
}
