body {
	font-size: 18px;
	font-family: 'Titillium Web', sans-serif;
	color: black;
	background:
linear-gradient(63deg, #999 23%, transparent 23%) 7px 0,
linear-gradient(63deg, transparent 74%, #999 78%),
linear-gradient(63deg, transparent 34%, #999 38%, #999 58%, transparent 62%),
#444;
background-size: 16px 48px; }

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

h1 { 	
	color: firebrick;
	font-size: 2.2em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px; }

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

h3 {
	color: seagreen;
	font-size: 1.45em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px; }
	
a:link, a:visited  	{color: blue; text-decoration: underline; }
a:hover, a:active	{color: blue; text-decoration: underline; }

img {
	width: 100%;
	max-width: 570px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

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