body {
	background: #ecede8;
	font-family: 'Helvetica Neue', Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	-webkit-font-smoothing:antialiased;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #4b4840;
}

a:hover {
	text-decoration: underline;
	color: #4b4840;
}


.footer {
	margin-left: 18px;
}