body{
	padding-top:0px;
	margin-top:0px;
}
nav {
	margin-top:0px;
	background-color: white;
	border: solid 1px black;
	display:flex;
	flex-direction: row;
	justify-content:space-evenly;
}

nav a{
	text-decoration: none;
	width:100%;
	text-align:center;
	padding-top:0.5em;
	padding-bottom:0.5em;
	color:black;
}

nav a:visited{color:black;}

nav a:hover{
	display:block;
	background-color:black;
	color:white;

}

body h2{text-align:center;}
