body {
	font-size: 0.8em;
	font-family: Arial, sans-serif;
	color: white;
	background-color: #7C9EAA; }

#section {
	max-width: 780px;
	margin: 30px auto;
	padding: 30px;
	background-color: #8D8677; }

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

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


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

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

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