body {
	background: #696;
	color: #CFC;
	margin-left: 3%;
	margin-right: 3%;
	line-height: 1.1em;
}
a:link, a.internal:link {
	color: #FF6;
	text-decoration: none;
}

a:visited, a.internal:visited {
	color: #CC9;
}

a.active, a.internal:active {
	color: #FFF;
}
.footer {
	text-align: right;
	font-family: helvetica, sans-serif;
	font-size: 80%;
}
.doc-navigator {
	text-align: center;
	font-size: 80%;
}
.saying {
	font-style: italic;
	margin-left: 3em;
}
.chat {
	text-indent: 0em;
	margin-left: 1em;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	font-family: helvetica, sans-serif;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	font-family: helvetica, sans-serif;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	font-family: helvetica, sans-serif;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
p {
	text-indent: 1em;
}
strong {
	font-weight: bold;
}
dl dt {
	font-weight: bold;
}
dl dd {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
ul li {
	padding-bottom: 0.2em;
}
tr th {
	background-color: #363;
	color: #CFC;
}
tr td {
	text-align: center;
	color: #CFC;
}