body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 2em;
	margin: 0px;
	color: #404040;
	background-color: #ffd9a6;
}

a {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #ffd9a6;
	background-color: #404040;
	text-decoration: none;
}

