body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	background-color: #eeeeee;
	text-align: center;
/* part 1 of 2 centering hack */;
	font-family: Georgia, Times New Roman, Times, serif;
	font-family: "Times New Roman", Georgia, Times, serif;
}
a {
 color: #000000;	
 text-decoration: none;
	background: bottom repeat-x;
	border-bottom: 1px solid #bcbcbc;
}

a:hover {
 color: #606060;
 text-decoration: none;
	background: bottom repeat-x;
	border-bottom: 1px solid #bcbcbc;
}
strong, b {
	font-weight: bold;
	}

p {
	font-size: 1.5em;
	line-height: 1.6em;
	margin-top: 20px;
	margin-bottom: 10px;
}

p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-top: 20px;
	margin-bottom: 10px;
}

.rule {
	border-bottom-color: black;
	border-bottom-width: 1px;
	width: 80%;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact {
	font-size: 1.1em;
	line-height: 1.4em;
}

.definition {
	padding-left: 25px;
	padding-right: 25px;
	font: 1em/1em Arial, Helvetica, sans-serif;
}

.mark {
	font-size: .6em;
	bottom: .5em;
	position: relative;
}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
#content {
	background: transparent;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	text-align:left; /* part 2 of 2 centering hack */
	width: 600px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 700px;
}
html>body #content {
	width: 600px; /* ie5win fudge ends */
	}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

.stranger {
	color: #cecece;
	background: #777777;
	text-align: right;
	padding: 2px 9px 2px 5px;
	font-size: 1em;
	font-style: italic;
}

.stranger a {
	color: #ffffff;
}

.stranger a:hover {
	color: #cecece;
}

#navcontainer {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	right: auto;
	left: auto;
}
ul#navlist
{
	white-space: nowrap;
	text-align: center;
	right: auto;
	left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#navlist li
{
display: inline;
list-style-type: none;
	bottom: 15px;
	margin-bottom: 10px;
}

#navlist a { padding: 3px 10px;
	background: none;
}

#navlist a:link, #navlist a:visited
{
color: #6e6e6e;
background-color: white;
text-decoration: none;
}

#navlist a:hover
{
color: black;
text-decoration: none;
}
input.red {background-color: #cc0000;}

.textbutton {
	border: 1px solid #7d7d7d;
	color: #91000f;
}

#emaillistbox {
	border: 1px solid #7e7e7e;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 25px auto 15px auto;
	font-size: 1em;
	line-height: 1.4em;
	background: #d5d5d5;
	font-style: italic;
	text-align: center;
	width: 400px;
}

#credits a {
	background: none;
}

#credits {
	right: auto;
	left: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.lineofbuttons {
	font-size: 1.1em;
	line-height: 1.2px;
	margin-top: 20px;
	right: auto;
	left: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}