BODY {
	background-color: #EEEEEE;
	margin: 0 0 0 0;
}

P, BODY, TD, OL, UL, MENU, BLOCKQUOTE, DIV {
	color: #000000;
}

H2 {
	font-size: 140%;
}

.bigheader {
	font-size: 160%;
	margin: 0;
	padding: 1ex 1em;
}

.header {
	font-size: 85%;
}

TH {
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	#color: #3399cc;
	color: #3050d0;
	text-decoration: none;
}

a:visited {
	color:#805080;
	text-decoration: none;
}

a:hover {
	color:red;
	text-decoration: underline;
}

.small {
	font-size: 70%;
}

.navheader {
	font-weight: bold;
	background: #cae0ca;
	text-align: center;
}

.navitem {
	background: #ffffff;
}

HR {
	height: 1;
}

.emph {
	background-color: #cae0ca;
	padding: 0.8ex 0.8em;
	font-style: italic;
}

.todo {
	background-color: #fba;
	padding: 1ex 1em;
	font-style: italic;
	text-transform: uppercase;
}
