a:link { color: white; text-decoration: none; }
a:visited { color: gray; text-decoration: none; }
a:hover { color: black; background: white; text-decoration: none; }
a:active { color: gray; background: white; text-decoration: none; }

body {
	margin: 0px;
	background: black;
	color: gray;
	font: 11pt Helvetica sans-serif;
}

#menu {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid gray;
}

#menu a {
	margin: 0px;
}

#menu a.menuItem {
	margin-left: 12px;
}

#content {
	padding: 12px;
	line-height: 175%;
}

#content h3 {
	color: white;
	font-size: 14pt;
	margin-bottom: 0px;
}

#content h4 {
	color: white;
	font-size: 10pt;
	margin-top: 0px;
}
