nav {
	font-weight: bold;
}

nav a {
  color: white;
	text-decoration: none;
}


nav a:hover {
	text-decoration: underline;
}
