body {
	font-family: cambria, serif;
	font-size: 1.1em;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

.emph {
	font-family: 'Krona One', sans-serif
}

.container {
	position: relative;
}

.header {
	text-align: center;
	padding: 50px;
}

.footer {
	width: 100%;
	height: 2em;
	text-align: center;
	border-top: 1px solid black;
	padding-top: 10px;
	position:fixed;
	bottom:0;
	background: white;
}

.footer:before {
	content: "Return to Home";
}

.content {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 60px;
}