BODY
{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: black;
	background: #FFD;
	/* margin-right: 8em; */
}

P.FOOTER
{
	margin: 0;
	font-size: smaller;
}

PRE
{
	font-family: "Courier New", Courier, monospace;
	font-size: smaller;
}

A:link
{
	color: #060;
}

BLOCKQUOTE
{
	font-family: serif;
}

H1, H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFD;
	background: #060;
	padding: .2em 1em .2em 1em;
}

H1
{
	font-size: 140%;
	text-align: center;
	margin: .1em auto .1em .1em;
	width: 13em;
}

H2
{
	font-size: 100%;
	text-align: left;
	margin: .5em auto .5em .5em;
	width: 15em;
}

H2.TIMEDATE
{
	font-family: "Times New Roman", serif;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	background: #FFD;
	color: #060;
	padding: .2em 1em .2em 1em;
	width: 30em;
	margin: .1em auto .1em .1em;
	border-color: #060;
	border-style: solid;
	border-width: thin 0 thin 0;
}

H3
{
	font-size: smaller;
	font-weight: bold;
	text-align: left;
	color: #060;
	background: transparent;
}

TD.DARK
{
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	color: #FFD;
	background: #060;
}

TD.LITE
{
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	color: #060;
	background: #FFD;
}

DIV.NAVBAR
{
	/* position: fixed; */
	top: 1em;
	right: 1em;
	left: auto;
	padding-left: 1em;
	padding-bottom: 1em;
	float: right;
}

DIV.INDENT
{
	padding-left: 3em;
}

TD.DARK A
{
	text-decoration: none;
	color: #FFD;
}

TD.DARK A:hover
{
	text-decoration: underline;
}

TD.LITE A
{
	text-decoration: none;
	color: #060;
}

TD.LITE A:hover
{
	text-decoration: underline;
}

TD.DARK EM, TD.LITE EM
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 300%;
}

PRE.DOSBOX
{
	font-family: Fixedsys, "Bitstream Vera Sans Mono", "Andale Mono", monospace;
	font-weight: normal;
	color: silver;
	background: black;
	padding: 0 0 1em .3em;
	text-align: left;
	display: block;
	white-space: pre;
	margin: 0 1em 0 1em;
	width: 50em;
	border: thin black;
}


#navbar
{
	float: right;
	text-align: center;
	margin: 0 0 1em 0;
}

#navlist LI
{
	display: inline; /* IE5 needs this, I'm told */
}

#navlist
{
	width: 7em;
	margin: 0 0 0 2em;
	padding: 0;
	border: #060 solid;
	border-width: 0 0 10px 10px;
}

#navlist A, #current
{
	width: 99.99%; /* extend the sensible area to the max in IE5 */
	display: block;
	border-bottom: 1px #060 solid;
	text-decoration: none;
	background-color: #ccc;
	color: #060;
}

#current 
{
	background-color: #060;
	color: #ffd;
	font-weight: bold;
	text-align: left;
}

#navlist A:hover { background-color: #FFD; }


#footer P
{
	margin: 0 0 1em 1ex;
	font-size: smaller;
}

#footer IMG
{
	float: right;
	margin-bottom: 1ex;
}

