#scrollbody {
	overflow: auto;
	height: 300px;
	scrollbar-face-color:#831E0A;
	scrollbar-track-color:#D89B8F;
	scrollbar-arrow-color:#D89B8F;
	scrollbar-3Dlight-color:#D89B8F;
	scrollbar-base-color:#831E0A;
	scrollbar-shadow-color:#D89B8F;
	scrollbar-darkshadow-color:#831E0A;
	scrollbar-highlight-color:#831E0A;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: -10px;
	padding-top: 2px;



}
.dark {
	color: #660000;
	font-size: 14px;

}
a:hover {
	color: #FFFFFF;
}
.large {
	font-size: 16px;
	font-weight: bold;
	line-height: 125%;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.witnessList {
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: -20px;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(images/sym.jpg);


}

