body {
	font-size: 0.98em; 
	font-family: Courier New, Arial, sans-serif;
	color: rgb(92, 92, 92);
	background-color: rgb(255, 159, 159); }

#section {
	max-width: 850px;
	margin: 30px auto;
	padding: 30px;
	background-color: white; 
    font-size: 0.98em; 
}

h1 { 	
	color: rgb(62, 141, 69);
	font-size: 2em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px; }

	
a:link, a:visited  	{color: rgb(155, 152, 9); text-decoration: underline; }
a:hover, a:active	{color: white; background-color: rgb(155, 152, 9);; text-decoration: none; }

img {
	margin: 5px auto 20px auto; }