/*  page 2 draft */
A.nav {
}
.navbar {
	border-top-color: Navy;
	border-bottom-color: Navy;
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-top-style: solid;
}
A.nav { color: white; 
	text-decoration: none;
	background: gray;
 }
A.nav:link { color: white; 
	text-decoration: none;
 }
A.nav:visited { color: white; 
	text-decoration: none; }
A.nav:active { color: white; 
	text-decoration: none; }
A.nav:hover { color: black;
	text-decoration: none;
	background-color: white;
 }
