body {
	line-height: 18px;
	background: #FEF7EA;
}

a.navelem {
	background-color: #FDF3E5;
	font-family: 'Roboto',sans-serif;
	color: #212D5B;
	font-size: 15px;
	padding: 10px;
	border-bottom: 1px solid #E3D7C4;
	border-right: 1px solid #E3D7C4;
	display: block;
	text-decoration: none;
}

a.navelem:hover {
	color: #ffffff;
	background-color: #212D5B; 
	border-bottom: 1px solid #212D5B;
	border-right: 1px solid #212D5B;
}
