body {
	background-color: #fbe4b8;
	text-align: center;

	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
}

img {
	margin-top: 100px;
}

h2 {
	color:#d87706;
	font-size:16px;
	margin-top:50px;
	margin-bottom: 25px;
}

h3 {
	margin:0 0 10px 0;
	font-size:21px;
}

p {
	margin: 7px 0;
}

a {
	color:#000;
	text-decoration: none;
}
a.err404 {
	text-decoration: underline;
}