html {
	background-color: #eeeeee;
	color: #333333;
}

body {
	max-width:10002
	display: flex;
}


#contentstack {
 	width:100%;
 	display: flex;
 	justify-content: center;
}

#cr-contentstack {
	width: 99%;
	margin: 0 auto;
}

#wahuntheader {
        width:100%;
        display: flex;
        justify-content: center;
}

#wahuntnav {
        width:100%;
        display: flex;
        justify-content: center;
}

#wahuntcal {
	margin-top: 2em;
}

.green {
	color: #479b3f;
}

.siteheader {
	text-decoration: none;
}

.nav {
	font-weight: bold;
	font-size: 1.17 rem;
}
