body {
	font-size: 15px;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
			color: #777;
	background-color: #f1f1f1; }

#section {
	background-color: white;
	max-width: 1200px;
	border-radius: 0px; }

h1 { color: #de4637; }

h2 { background-color: #781400;
				color: white; }

h3 { color: #130d00; }
	
a:link, a:visited {	color: #de4637;
			text-decoration: none; }

a:hover, a:active {	color: #de4637;
			text-decoration: underline; }

/* ------------------------------------------------------------------------- */

#section { 
	margin: 20px auto;
	padding: 19px; }

h1 { 
	text-align: center;	
	font-size: 2.1em;
	margin-top: 18px;
	margin-bottom: 28px; }

h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 17px;
	margin-bottom: 13px;
	padding: 8px; }

h3 {
	font-size: 1.35em;
	font-weight: bold;
	margin-top: 13px;
	margin-bottom: 8px; }

img {
	max-width: 100%;
	margin-top: 11px;
	margin-bottom: 11px;
	display: block;
	margin-right: auto;
	margin-left: auto; }

figcaption {
	font-size: 79%;
	margin-bottom: 17px; }