body {
  background-color: #FFFFE5;	
}

A:link {
  color: #ff8040; 
  text-decoration: none;
}
A:focus {
  color: #ff8040; 
  background-color: #FFFFF6; 
  text-decoration: underline;
}

A:hover {
  color: #ff8040; 
  background-color: #FFFFF6; 
  text-decoration: underline
}
  
A:active {
  color: #ff8040; 
  background-color: white; 
  text-decoration: underline
}

A:visited {
  color: #8d8d8d; 
  text-decoration: none;
}

h2 {
	text-indent: -15px;
}

.toc {
  background: #FDFDAC url(images/snake_paper.jpg);
  font-size: 95%;
  border-left: 1px dotted #ff9f71;
  border-right: 1px dotted #ff9f71;
  border-top: dotted 1px #ff9f71; 
  border-bottom: dotted 1px #ff9f71; 
  padding: 15px 15px 10px 15px;		
}

.links_header {
  font-size: 100%;	
  margin-top: 0px;
  margin-bottom: 0px;
}

.browse_header {
  background-color: #B1A28F;
  font-size: 120%;	
  text-align: center;
  margin-top: -20px;
  margin-bottom: 10px;
  border-top: 1px dotted Black;
  letter-spacing: 5px;
}

.content {
  line-height: 1.3em;
  border-top: 1px dotted #FFFFDF; /* fix bugs with IE6 and Mozilla 1.7.2
/*  border-left: 1px dotted gray;
  border-top: 1px dotted gray;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray; */
  padding: 0px 7% 10px 7%;		
}

.thisroom {
  color: #ff9f71
}

.orangebox {
  border-color: #ff9f71;
  border-style: solid;  
}
