body {
	font-size: 0.77em;
	color: #4D4D4D;
	background-color: white; }

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

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

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

h3 {
	color: #992828;
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px; }
	
a:link, a:visited  	{color: #e32d2d; text-decoration: underline; }
a:hover, a:active	{color: #e32d2d; text-decoration: underline; }
