
.topnav {
	background-color: #FAF0E6;
	overflow: hidden;
}

.topnav a {
	float: left;
	color: #eba613;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover {
	background-color: #ddd;
	color: black;
}

.topnav a.active {
	background-color: #eba613;
	color: white;
}

a{
	color:#eba613;
}

nav a, footer div a{
	margin:0px 5px;
}

footer{
	margin-top:40px;
	text-align: center;
}

body{
	font-family: Garamond, serif;
	margin: auto;
	padding:18px;
	max-width: 600px;
	font-size:18px;
	text-align: left;
	background-color:#FAF0E6;
	position: relative;
}
