body {
	background-color: black;
	color: white;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div {
	font-size: 15px;
}
a {
	color: #aaaaaa;
	text-decoration: none;
}
a:hover {
	color: white;
}
.brown {
	color: #464636;
}
.current {
	color: #ffffaa;
}
/*
.current:before {
	content: ">"
}
.current:after {
	content: "<"
}
*/

#navbar{
	background-color: #464636;
	text-align: center;
	font-weight: bold
}

#navbar a {
	color: black;
}

