body{background-color: dimgrey;
}
#nav {
	background-color: orangered;
	position: top;
	padding: 10px; 
}
p {
	font-family: monospace;
	font-size:large;
} 
h1, h2{
	font-family: monospace;
}
a:link{
	text-decoration: none;
	color: powderblue;
	
}
a:visited {
	color: powderblue;
	
}
a:hover {
	color: darkorange;
	
}


	



