<style>{  }
.toc {	margin: 1px 0px 2px 0px  }

body {
 scrollbar-base-color:#4D311D;
 font-size: 1em; font-family: Arial, Helvetica; text-align:left;
}




H1  {
        font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 30pt;
	line-height: 40pt;
	font-weight: 100; 
	margin: 0px; 
}

H2  {
        font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 24pt;
	line-height: 32pt;
	font-weight: 100; 
	margin: 0px; 
}


#arealinks {
	width			:	12em;
	border-right	:	1px solid #000;
	padding			:	0 0 0 0;
	margin-bottom	:	0em;
	font-family		:	Arial, Verdana, Helvetica, sans-serif;
	font-weight		:	bold;
	font-size		:	13px;
	background-color:	black;
	color			:	#333;
}
	
#arealinks ul {
	list-style		:	none;
	margin			:	0;
	padding			:	0;
	border			:	none;
}
			
#arealinks li {
	border-bottom	:	1px solid #000000;
	margin			:	0;
}

#arealinks li a {
	display			:	block;
	padding			:	5px 5px 5px 0.5em;
	border-left		:	10px solid #000000;
	border-right	:	10px solid #000000;
	background-color:	#A95E27;
	color			:	#fff;
	text-decoration	:	none;
	width			:	100%;
}
	
html>body #arealinks li a {
	width			:	auto;
}
	
#arealinks li a:hover {
	border-left		:	10px solid #4D311D;
	border-right	:	10px solid #4D311D;
	background-color:	#B67A4E;
	color			:	#fff;
}
{scrollbar-face-color: #489446;scrollbar-highlight-color: #FFFF00;scrollbar-shadow-color: #489446; 
scrollbar-track-color: #42E03E;
scrollbar-3Dlight-color: #FC997C;
scrollbar-arrow-color: #E47F1A;
scrollbar-darkshadow-color: #000000; scrollbar-base-color: #ff7308}

HR { color:#f2dac8; size:4}


.textbox
{
width: 80%; margin-left: auto; margin-right: auto;
background-color:#f2dac8;
border: 2px; border-style: solid; border-color:#a95e27;
padding: 6px; 
}
/*This is a colored box surrounding text<div class="textbox">content of box</div>*/

.borderbox
{
width:80%; 
margin-left: auto; margin-right: auto;
background-color:#FFFFFF;
border: 2px; border-style: solid; border-color: #a95e27; 
padding-left: 6px; padding right: 6px; padding-top: 6px; padding-bottom: 6px;
}
/*This is a colored border around text<div class="borderbox">content of box</div>*/

</style>