body {
	background: #292939 url('/images/frompaul/fishes.gif') fixed;
	font-size: 95%;
}

#menu {
	color: #ff8;
}

#menu > dl > dt:first-line {
  color: #aaf;
}

#menu > dl > dt {
  background: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
  border-top: solid 1px #ffd;
  border-bottom: solid 1px #aa8;
  border-left: none;
  border-right: none;
}

#menu > dl > dd {
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
  background: #000;
  border-left: none;
  border-bottom: solid 1px #ffd;
}

#menu > dl a:hover {
	text-decoration: underline;
	color: #f00;
	background: none;
}


a:link, a:visited {
	color: #f66;
}

a:active, a:hover {
	color: #f66;
	background: #fff;
}

#menu a:active, #menu a:hover {
	background: #fff;
	color: #66f;
}

#menu li a {
	display: block;
}

#content {
	opacity: 0.95;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	background: #dcb;
  border-right: 12px solid #ddd;
  border-left: 12px solid #ddd;
	border-bottom: none;
  color: #4f3737;
  padding-left: 2em;
  margin-left: 2em;
  text-align: justify;
}

#storytext {
	font-size: 1.1em;
	line-height: 1.5em;
}

#navigation ul {
	background: #292939;
	padding-right: 2em;
	border: solid 1px #884;
	border-left: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

#navigation {
	margin-bottom: 1em;
	margin-top: 1em;
	color: #ff8;
}

.alttablerow {
  background: #fff;
}

#stamp {
	color: white;
	font-weight: bold;
	padding-right: 1.3em;
}

#content a:link, #content a:visited {
	color: red;
}

#content a:active, #content a:hover {
	color: black;
	background: none;
	text-decoration: none;
}
