body { 
	font: 10pt arial; 
	color: #101010; 
	background: #FBF6F0; 
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 20px; 
	}
table {
	font: 10pt arial;
	}

h1 { 
	font: 16pt arial, helvetica;
	font-size: 24pt;
	color: #634A10; 
	}
h2 { 
	font: 14pt arial, helvetica; 
	color: #634A10; 
	}
h3 { 
	font: 10pt arial, helvetica; 
	color: #634A10; 
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D02000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #F03000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #F03000;
	}

.commentbox { 	border: 2px #c0c0a0 solid;
		text-align: center;
		background: #e0e0c0;
		padding: 3px; }

.widelistbox {  width: 100%;
		border: 2px #c0c0a0 solid;
		border-collapse: collapse;
		text-align: left;
		background: #e0e0c0; }
.widelistbox td { border: 2px #c0c0a0 solid;
		  padding: 5px; }

.fittedlistbox {  border: 2px #c0c0a0 solid;
		border-collapse: collapse;
		text-align: left;
		background: #e0e0c0; }
.fittedlistbox td { border: 2px #c0c0a0 solid;
		  padding: 5px; }