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

P, BODY, TD, OL, UL, MENU, BLOCKQUOTE, DIV {
	font-family: sans-serif;
	color: #000000;
}

.bigheader {
	font-family: sans-serif;
	font-size: 180%;
	font-weight: bold;
}

.header {
	font-family: sans-serif;
	font-size: 85%;
}

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

a:link {
	font-family: sans-serif;
	/*color: #3399cc;*/
	color: #3050d0;
	text-decoration: none;
}

a:visited {
	font-family: sans-serif;
	color: #805080;
	text-decoration: none;
}

a:hover {
	font-family: sans-serif;
	color: red;
	text-decoration: underline;
}

PRE, CODE {
	font-family: monospace;
}

.small {
	font-size: 70%;
}

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

/*
#navbar td a {
	display: block;
}

#navbar td a:hover {
	background: #92acdb;
}
*/

#navitem {
	text-align: left;
}

/* #navitem:before {
	content: "o ";
} */

.navitem {
	background: #ffffff;
}

dl {
	margin: 0 5%;
	/*padding: 1ex 1em;*/
	}

dl dt {
	margin: 1em 0 0 0;
	padding: 0;
	}

dl dd {
	margin: 0;
	padding: 0;
	}

span.email span { display: none; }
