body {
	font-size: 1em;
	font-family: Roboto Condensed, Arial, sans-serif;
	color: #2D4241;
	background-color: #06A69F; }

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

h1 { 	
	color: #0E55EC;
	font-size: 2.2em;
	font-weight: bold;
	margin-top: 21px;
	margin-bottom: 32px; }

h2 {
	color: #5874B0;
	font-size: 1.9em;
	font-weight: bold;
	margin-top: 21px;
	margin-bottom: 16px; }

h3 {
	color: #88A6E5;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 11px; }

h3 {
	color: #4C5C7F;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 11px; }

figcaption {
	font-style: italic;
}
	
a:link, a:visited  	{color: #0C3692; text-decoration: underline; }
a:hover, a:active	{color: #154ABE; text-decoration: none; }

img {
	border: 1px solid #154ABE;
	margin: 20px auto 20px auto; }
	
</style>
