body {
	margin: 0;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
	position: fixed;
	top: 0;
	width: 100%;
}

li {
	float: left;
}

li a {
	display: block;
	color: white;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

h2 {
	display: block;
	color: white;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 14px 16px;
	overflow: hidden;
	background-color: #333;
	position: fixed;
	bottom: 0;
	width: 100%;
}

li a:hover:not(.active) {
	background-color: #111;
}

.active {
	background-color: #005c83;
}