<!--

body {
	background: white;
	color: #422;
}

.nav {
	background: #FEE;
	color: inherit;
}

.nav li.sfhover,
.nav li:hover {
	background: #FCC;
	color: inherit;
}

.mainNav ul {
	background: #FCC;
	color: inherit;
}

.mainNav ul li.sfhover,
.mainNav ul li:hover {
	background: #FAA;
	color: inherit;
}

a:link {
	color: #844;
	background-color: inherit;
}

a:visited {
	color: black;
	background-color: inherit;
}

hr {
	background-color: #400;
	color: inherit;
	background: url(graphics/redmarb.gif);
	height: 10px;
	border: none;
}
-->
