body {
	font-size: 14px;
	font-family: verdana, Arial, sans-serif;
	color: rgb#666;
	background-color: #576BA6; }

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

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

h2 {
	color: blue;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px; }

h3 {
	color: Green;
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px; }
	
a:link, a:visited  	{color: #A3AED0; text-decoration: underline; }
a:hover, a:active	{color: #A3AED0; text-decoration: underline; }

img {
	width: 100%;
	max-width: 550px;
	margin-top: 8px;
	margin-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
}

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