body
{
  color: black;
  background-color: white;
}
a
{
  color: #996633;
  background-color: white;
}

a:visited
{
  color: #663300;
  background-color: white;
}


a:hover, a:active, a:focus
{
  color: firebrick;
  background-color: #FFFFAA;
}

.head3 { 
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 100%; 
      color: #663300; 
      text-decoration: none }
					
.head2 { 
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 150%;
	color: #663300;
	}

.head1 { 
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 200%;
	color: #663300;
	}

TH { 
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 100%; 
      color: #663300;
	}

.sans-text { font-family: "Verdana", sans-serif; }
.mono-text { font-family: monospace; }

.small-print { font-size: 75% }

.indent { margin-left: 25px }
.byline { font-size: x-small }
.attribution { text-align: right }
.quote { font-style: italic }


.nav-background {	background-color: #996633; }
.nav-foreground {	background-color: #FFFFFF; }

.head-foreground { background-color: #FFFFFF; }
.head-background { background-color: #996633; }



