BODY {
  background:white;
  color:black;
}
A {
  background:white;
}

/* Navigation button colors (site-specific) */
/* Javascript disabled is .cbb */
/* Javascript enabled is .i3 */
.cbb {
	border-color: #ff9900;
}
.cbb, .cbb a, .i3 a {
	background: #663300;
	color: white;
}
.cbb a:hover, .i3 a:hover {
	background: #99ccff;
	color: black;
}
/* changes the text color to the background color of the navigation buttons */
.sitecolor
{
	color: #663300;
}