body {
	background-color: #002080;
	font-family: 'Days One';
	margin-left: 85px;
	margin-right: 87px;
}

h1 {
	color: Yellow;
	text-align: center;
}

h2 {
	text-align: center;
}

img.top {
	display: block;
	margin: auto;
}

ul {
    list-style-type: none;
    margin: auto;
    padding: 0;
	overflow: hidden;
	background-color: Yellow;
	border-bottom: 4px black solid;
}

li.menu {
	float: left;
	border-right: 1px black solid;
}

li:last-child {
    border-right: none;
}

li a {
    display: block;
	color: black;
	padding: 15px 25px;
    text-decoration: none;
	text-align: center;
}	

li a:hover {
	color: yellow;
	background-color: black;
}

li a:active {
	color: yellow;
	background-color: black;
}

div {
	background-color: #1a53ff;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-top: 5px;
}

div a {
	color: #002080;
}

div a:hover {
	color: yellow;
}

div a:active {
	color: yellow;
}