body {
	font-size: 1em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	color: black;
	background-color: white; }

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

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

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

