@charset "UTF-8"; 
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #565034;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
}
header h1 {
	font-weight: normal;
	font-size: 2.4rem;
}
header h1 a:link  , header h1 a:visited{
	color: #A5B452;
}
#topNav ul  {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#topNav ul li  {
	margin-left: 30px;
	display: inline-block;
	font-size: 1.1rem;
}
header h1 a:hover   , header h1 a:active{
	color: #E3AF84;
}

a:link, a:visited {
	color:#E3AF84;
	text-decoration: none;
}

a:hover, a:active {
	color: #A5B452;
	text-decoration: none;
}
