body {
	font-size: 0.82em;
	font-family: tahoma, Arial, sans-serif;
	color: rgb(100, 100, 100);
	background-color: red; }

#section {
	max-width: 810px;
	margin: 25px auto;
	padding: 25px;
	background-color: white; }

h1 { 	
	color: #C95B5E;
	font-size: 2em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px; }

h2 {
	color: #4C82B2;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px; }

h3 {
	color: #69696A;
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px; }
	
a:link, a:visited  	{color: #666; text-decoration: underline; }
a:hover, a:active	{color: red; background-color: none; text-decoration: none; }

img {
	margin: 22px auto 22px auto; }