body {
	background-color: #223;
}

h1 {
	display: inline;
//	border-bottom:1px solid #99f;
	font-size: 175%
}

h2 {
	display: inline;
	border-bottom:1px solid #99f;
	font-size: 150%
}
h2:before { content: "\A"; }
h2:after { content: "\A"; }

table { background: black; border:1px #fff solid }
table.normal { background:inherit; border: none }
a { text-decoration: none; }
a.seamless { color:white; }
a:link { color: #9CF; }
a:link.seamless { color: #aaa; }
a:visited { color: #59C; }
a:visited.seamless { color: lightgrey; }
a:hover { text-decoration: underline; }
//p { font-family: "Times new Roman", serif; }

dt { font-weight: bold; color: #F88 }
span.highlight { color: #A55 }
span.supnav { padding-left:0.5em; color: #fff; }
small.dull { color:#caa; font-size: 75% }

ul.navigation {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 0.5em;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 90%;
	color: Red;
	}
	
#prelist ul, #prelist li {
	display: inline;
	color: #555;
	font-size: 90%;
	margin: 0;
	padding-right: 1.5em;
	padding-left: 0;
}

/* From index.html.  Part of the link bar.

<table align="center" style="border:1px #aaa solid; background:#F9FCFF; width:100%; margin:0.5em 0.5em 0.25em">
	<tr><td align="center">
		<a href="http://www.play.net/gs4/" title="Simutronic's GemStone IV website">GemStone IV</a>
	</td></tr>
	<tr><td align="center">
		an online multi-user dimension 
	</td></tr>
</table>
<table align="center" style="border:1px #aaa solid; background:#F9FCFF; width:100%; margin:0.25em 0.5em">
	<tr><td align="center">
		<a href="http://www.krakiipedia.org/" title="source of GemStone IV knowledge">Krakiipedia</a>
	</td></tr>
	<tr><td align="center">
		an unofficial encyclopedia of GemStone IV
	</td></tr>
</table>

*/
