body {
	background-color: #222222;
	color: #eeeeee;
	font-family: sans-serif;
	margin-left:30px;
	margin-right:30px;
}

a:link {
	color: #5599ff;
	text-decoration: none;
}

a:visited {
	color: #7777dd;
	text-decoration: none;
}

a:hover {
	color: #44cccc;
}

.navigation a.current {
	color:#eeeeee;
	cursor:default;
}

.nodisplay {
	display:none;
}