body {
	color: #000305;
	font-size: 1.0em;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #d9f7e5;
}

.body {
	clear: both; 
	margin: 0 auto; 
	margin-top: 1em;
	margin-bottom: 2em;
	width: 800px;
}

header {
	text-align: center;
}

a {
	outline: 0;
}
a img {
	border: 0px; 
	text-decoration: none;
}

a:link, a:visited {
	color: #C74350;
	/* padding: 0 1px;*/
	text-decoration: underline;
}
a:hover, a:active {
	background-color: #C74350;
	color: #fff;
	text-decoration: none;
 	text-shadow: 1px 1px 1px #333;
}
	
section {
	margin-left: 5px;
}

footer {
	margin-left: 10px;
}

img.leftMargin {
	margin-right: 10px;
}

ul {
	line-height: 1.5em;
}