body {
	font-size: 12px;
	font-family: Andale Mono, monospace
	color: black;
	background:
radial-gradient(yellow 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:#282828;
background-size:16px 16px; }

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

h1 { 	
	color: black;
	text-shadow: 10px 1px 10px red;
	font-size: 2.2em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px; }

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

h3 {
	color: Green;
	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 {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

figcaption {
	font-size: 76%;
	margin-bottom: 22px;
}