/* cmweb120 */

body {
	color: navy;
	background-color: lightgray;
	font-family: arial;
}


h1 {
	text-shadow: 0 2px 0 white;
	color: navy;
	text-align: center;
}  


hr {
	width: 50%;
	border-color: navy;
}


a:link, a:visited, a:active {
	text-decoration: none;
	color: navy;
}

p.bottomnav {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}



