body {
	margin-right: 8px;
	margin-left: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: black;
	background-color: white;
}

#navigation {
	color: white;
	background-color: #3f3f3f;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	width: 100%;
	border-spacing: 4px 4px;
}

#navigation a:link, #navigation a:visited {
	color: white;
}

#navigation a:link.you_are_here, #navigation a:visited.you_are_here {
	text-decoration: none;
	color: yellow;
}

