body {
	font-size: 0.8em;
	font-family: Candara, Arial, sans-serif;
	color: black;
	background-color: red; }

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

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


	
a:link, a:visited  	{color: red; text-decoration: underline; }
a:hover, a:active	{color: white; background-color: red; text-decoration: none; }

img {
	margin: 20px auto 20px auto; }