
html {
	background-color: #ffffff;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #99694b;
	line-height: 1.5;
	font-size: 16px;
}

.page {
	padding: 2em;
	max-width: 30em;
	margin: 0 auto;
	text-align: left;
}

.logo {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 2em auto;
}

.heading {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	margin: 0 0 1em 0;
	color: #99694b;
}


a {
	color: #99694b;
	text-decoration: underline;
}