body {
	font-size: 15px;
	font-family: "Comic Sans MS", Verdana, Geneva, Tahoma, sans-serif;
	color: #aeffd7;
	background-color: black; }

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

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

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

h3 {
	color: #4DABAE;
	font-size: 1.45em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px; }
	
a:link, a:visited  	{color: rgb(248, 135, 135); text-decoration: none; }
a:hover, a:active	{color: blue; text-decoration: underline; }

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

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