body {
	color: #2b2b2b;
	font-family: Lato, Ariel, sans-serif;
	font-size: 15px;
}
h1 {
	color: #2b2b2b;
	font-family: Helvetica, DM sans, sans-serif;
	font-size: 35px;
	text-align: center;
}
h2 {
	color: #cfcdcd;
	font-family: Helvetica, DM sans, sans-serif;
	font-size: 18px;
	text-align: center;
}
h3 {
	color: #873845;
	font-family: Helvetica, DM sans, sans-serif;
	font-size: 18px;
	text-align: left;
}
p {
	line-height: 135%;
}
#column {
	width: 1200px;
	height: auto;
	background-color: #f8f8f8;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	border: 6px solid #a5a06f;
}
.smaller {
	font-size: 12px;
	color: #2b2b2b;
	font-family: Lato, Ariel, sans-serif;
}
ul {
	list-style-type: square;
	
}
img {
	float: left;
	margin-top: 10px;
	margin-right: 45px;
	margin-bottom: 10px;
	padding: 10px;
}
a:link {
	color: #2b2b2b;
}
a:visited {
	color: #2b2b2b;
}
