BODY
{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: black;
	background: #ccc;
	margin: 0;
}

P, H1, H2, H3, PRE
{
	margin-left: 1ex;
	margin-right: 2em;
}

.C { text-align: center; }

A IMG
{
	border: 0;
}

/*
H3 + P:first-letter
{
	font-size: 300%;
	font-weight: bold;
	float: left;
	font-family: serif;
}
*/

#body
{
	width: 700px;
	background: #ffd;

	margin: 15px;
	padding: 30px 50px;

	border: solid black;
	border-width: 1px 4px 4px 1px;
	line-height: 140%;
}

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

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

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

A:link, #styletoggle
{
	color: #060;
	text-decoration: underline;
}

A:hover, #styletoggle:hover { text-decoration: none; cursor: pointer; }

BLOCKQUOTE
{
	border: thin solid black;
	margin-left: 1em;
	padding-left: 1em;
	padding-bottom: .3em;
	font-family: Georgia, serif;
	font-size: larger;
	background-color: #F2F2D4;
}

H1, H2, H3
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #060;
}

H1
{
	/*             u   r    b    l  */
	margin      : .3em 1em .7em  1em;
}

#masthead
{
	color: #FFD;
	background: #060;
	font-size: 300%;
	border: solid 0 #060;
	/*            u    r    b     l  */
	padding     : 0    0    2px   20px;
	border-width: 2px  0    2px   0;
	margin      : 0    0    0     0;
}

#masthead SPAN
{
	color: #060;
	background: #FFD;
}

#masthead A
{
	color: #FFD;
	text-decoration: none;
}

#searchbox
{
	position: absolute;
	top: 10px;
	right: 10px;
	left: auto;
}

H2
{
	padding: .2em 1em .2em 1em;
	margin: .5em auto .5em .5em;
	width: 15em;
}

H3.timedate
{
	font-family: "Times New Roman", serif;
	font-size: 90%;
	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 { color: #060; }

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

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;
}
