body {
	font-size: 13px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #535353;
	background-color: #83BA4E; }

#section {
	max-width: 750px;
	margin: 30px auto;
	padding: 30px;
	background-color: white; }

h1 { 	
	color: #199638;
	font-size: 2.2em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px; }

h2 {
	color: #FB823C;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px; }


	
a:link, a:visited  	{color: #ff7a32; text-decoration: none; }
a:hover, a:active	{color: #ff7a32; text-decoration: underline; }

img {
	margin-top: 8px;
	margin-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
}

figcaption {
	font-size: 70%;
	margin-bottom: 20px;
}