body {
	font-family: 'Open Sans', sans-serif;
	background-color: #fffbf0;
	z-index: 1;
}
#nav {
	font-size: 1.85em;
	border-top: 0.1em solid #fffbf0;
	border-bottom: 0.1em solid #fffbf0;
	background-color: #ddd;
}
p {
	text-align: center;
	color: black;
	margin: 0;
	border-bottom: 0.1em solid #fffbf0;
}
p:last-child {border-bottom: none}
a:link {
	display: block;
	text-align: center;
	color: black;
	text-shadow: 0px 1px #AAA;
	text-decoration: none;
	padding: .75em 0;
}
a:hover {
	color: rgba(49,49,50,0.5);
}
a:visited {
	color: black;
}