
body { 
	background-color:#408C80; 
}

a:link { 
	text-decoration:underline; 
	font-weight:bold; 
	color:#B40000; 
}
a:visited { 
	text-decoration:none; 
	font-weight:bold; 
	color:#B40000; 
}
/* a:hover { 
	text-decoration:none; 
	font-weight:bold; 
	background-color:#004000; 
} 
a:active { 
	text-decoration:none; 
	font-weight:bold; 
	background-color:#AF00FF; 
}*/


h1 {
	text-align:center;
}

.nav {
	border:1px solid;
	margin-left: auto;
	margin-right: auto;
  	border-collapse: collapse;
	width: 80%;
}

.down {
   width: 80%;
   border-top-width: thin;
   border-top-style: solid;
}
	
p,ul {
	margin-left: 10%;
	margin-right: 10%;
}
