body {
  font-family: Arial, Verdana, "Times New Roman",  Serif;
  background-color: #ffffff;
  color: #000000;
  font-size:x-small;
  scrollbar-base-color: #943E00; 
  scrollbar-arrow-color: #ffffff;
  scrollbar-track-color: #ffffff;
  margin-top:10px;
  margin-left:10px;
  margin-right:10px;
}

a {
  text-decoration: underline;
}

a:visited {
  color: tan;
}
a:link  {
  color: #943E00;
}
a:active {
  color: #000000;
}
a:hover {
  color: #000000;
}

.xsmall {
	font-size:xx-small;
}

.xsmall a:{
	font-size:xx-small;
}

h1, h2, h3 {
	color: #943E00;
}

.header {
	background-color: #943E00;
	color: white;
}


.header a:visited {
  color: yellow;
}
.header a:link  {
  color: #ffffff;
}
.header a:active {
  color: tan;
}
.header a:hover {
  color: tan;
}

