
BODY {
	background-color: #336699;
	color: #FFFFCC;
	text-align: justify;
}

H1 {
	color: #FFFF00;
	font-family: courier;
	font-size: 150%;
	font-style: oblique;
	font-weight: bold;
	margin: 1px;
	padding: 5px;
	text-indent: 0.5em;
}

H2, H3, H4 {
	color: #FFFF00;
	font-family: courier;
	font-size: 120%;
	font-style: oblique;
	font-weight: bold;
	margin: 1px;
	padding: 5px;
	text-indent: 0.5em;
}

OL {
	list-style: upper-roman;
	line-height: 150%;
}

UL {
	list-style-type: square;
}

UL UL {
	padding: 1em;
}

A {
	color: #FFCC33;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
}

