body { 
	color: white; 
	background-color: black; 
	font-family: georgia;
  font-size:108%;
}
#hd { text-align:center; }
#ft { text-align:center; }

p + p {
  text-indent: 0px;
  margin-top: 1.5em;
}

a:link    { color: #dd0000; text-decoration: none }
a:visited { color: #dd0000; text-decoration: none }
a:hover   { color: #ffddcc; text-decoration: underline }

.nav { 
	padding: 1px; 
	border-top: 1px solid #900; 
	background-color:#300;
}
.nav a.current { font-weight: bold; color: #ee6666; }
.nav li {
	display: inline;
	margin: 1em;
}
.large { font-size:153.9% }

h1 {
	color: rgb(255, 204, 204);
	font-size: 300%;
  font-weight: normal;
	margin: 10px;
	text-align: center;
}
h2 { 
	color: rgb(255, 204, 204);
	font-size: 150%;
	margin: 1em 2px 2px 2px;
	font-weight: normal;
	border-top: 1px solid #800;
	text-align: left;
	clear:both;
}
h3 {
	color: rgb(204, 0, 0); 
	font-size: 125%;        	
	margin-top: 8px;
	font-weight: normal; 
}
div.gallery img {
   float: left;
   margin-right: 1em;
}
img { border: 1px }

dl { margin-left:1em }
dt { margin-top:1em; font-weight:bold }

.gallery blockquote {margin-top: 2em; margin-bottom: 2em;}
blockquote p { text-align: center; font-style: italic; margin: 0px 0px 6px 0px}
blockquote div { text-align:right; font-weight: bold }
blockquote {
	font-size: 93%;
	width: 50%;
	margin: auto;
	background:#211;
	border: 1px solid #322;
	padding: 12px 10px
}
