@charset "utf-8";
/* CSS Document */
ul.nav {
	text-align:center;
	list-style-type: none;
	margin-left:0;
	padding-left:0;
	border-bottom:1px solid thin #996;
	width:100%;
}
ul.nav li {
	align:center;
	display:inline;
}
ul.nav a {
	width:10em;
	display:inline;
	border:1px solid #996;
	padding:3px;
	margin-right:3px;
	background-color:#000;
	color:#996;
	text-align:center;
	text-decoration:none;
}
body {
	background-color:#000;
	font-family:Papyrus;
	color:#996;
	font-size:24px;
	font-weight:lighter;
}
.caption {
	border:#000, thin;}
	

