body {
	font-size: 13px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: black;
	background-color: #4B678F; }

#section {
	background-color: #EDEDE5;
	max-width: 780px;
	margin: 20px auto;
	padding: 20px; }

h1 { 	
	color: #941C24;
	font-size: 2.2em;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 28px; }

h2 {
	color: black;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px; }

h3 {
	color: DarkGreen;
	font-size: 1.45em;
	font-weight: bold;
	margin-top: 11px;
	margin-bottom: 7px; }
	
a:link, a:visited  	{color: #075C86; text-decoration: none; }
a:hover, a:active	{color: #075C86; text-decoration: underline; }

img {
	max-width: 510px;
	margin-top: 12px;
	margin-bottom: 6px;
	margin-right: auto;
	margin-left: auto;
}

figcaption {
	font-size: 74%;
	margin-bottom: 18px;
}