A {
Text-decoration: none;
color: black
}
A:hover {
color : blue;
background: none;
 }
Body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
h1 {
	font-size: Medium;
}
h2 {
	font-size: Smaller;
}
.nav {
font-size: smaller;
color: gray;
}
.navlink {
color: gray;
}