@import url(/styles/fancy.css);
body {
	background-color: #fff;
	color: #123;
	font-family: "Arial","Verdana","Helvetica",sans-serif;
}
#logo a {
	border: none;
}
a	{
	color: #369;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #69c;
}
a.here {
	color: #bdf;
}
a.nav {
	color: #8ac;
}
a.nav:hover,a.here:hover {
	color: #def;
}
.nav,.here {
	font-weight: bold;
	text-decoration: none;
}
