body {
	background-color: #cecece;
	text-align: center;
}

#left {
	color: #498840;
	height: 560px;
	width: 90%;
	font: 1.1em/1.2em Garamond, Georgia, "Times New Roman", Times, serif;
	padding: 20px;
	background-color: white;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

img {
	margin-right: 10px;
	margin-left: 5px;
}

#left p {
	margin: 30px 10px 20px;
	text-align: left;
}


a {
	text-decoration: none;
	color: #940000;
}

a:hover {
	text-decoration: underline;
	color: #940000;
}

h2 {
	text-align: center;
}