BODY {
	background: black;
	color: #bb0;
	border: solid green 2px;
	padding: 5px;
	margin: 5px;
	font-size: 140%;
}

DIV.header {
	background: green;
	color: white;
	text-align: center;
	font-size:50%;
}

DIV.cover {
	padding: 40px 10px;
	text-align: center;
}

DIV.cover H1 {
	padding: 20px 0px;
	border: dotted blue 4px;
	margin: .75in 1em;
}

DIV.cover DIV.pos {
	font-size: 80%;
}

DIV.control a{
	display: block;
	border-top: solid 1px #222;
	border-left: solid 1px #222;
	border-right: solid 1px #222;
	border-bottom: solid 1px #222;
	background: #111;
	padding: 1px 5px;
	width: 6em;
	font-size: 50%;
	text-align: center;
}
DIV.control {
	padding-top: .5in;
	padding-bottom: 6in;
}

DIV.control a.next {
	float: right;
}

DIV.control a.previous {
	float: left;
}

DIV.control a {
	text-decoration: none;
}

DIV.control a:hover {
	background: #222;
	border-top: solid 1px #555;
	border-left: solid 1px #444;
	border-right: solid 1px #111;
	border-bottom: solid 1px #111;
}

H1, H2, H3 {
	color: #0cc;
}

H2 {
	background: #005;
	border-left: solid #00c 2px;
	border-top: solid #00c 2px;
	padding: 2px;
}

LI {
	line-height: 160%;
	padding-bottom: 0.25em;
}

LI LI {
	color: #9b0;
	font-size: 90%;
}

UL {
	list-style-type: disc;
}

UL UL {
	list-style-type: circle;
}

TABLE {
	border: solid 2px #800;
	font-size: 90%;
}

TH {
	background: #600;
}

a:link {
	color: #ea0;
}

a:visited {
	color: #e80;
}

a:hover {
	color: #fb0;
	background: #332;
}

a:active {
	color: #e90;
}

XMP {
	font-size: 50%;
	color: #f48;
	margin: 10px;
	padding: 10px;
	border: dashed 1px #a11;
}
