body {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	background-color: #E2AD23; }

#section {
	max-width: 964px;
	margin: 22px auto;
	padding: 22px;
	background-color: #ffffff; }

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

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

h3 {
	color: #425B5F;
	font-size: 1.45em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px; }
	
a:link, a:visited  	{color: #0000ff; text-decoration: underline; }
a:hover, a:active	{color: #009900; text-decoration: none; }

img {
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

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