<style>
Body {background: #ffffff;}
.mainbody
	{
		background: #ffffff;	
		font-family: "Arial", sans-serif;
		font-size: 12pt;
		color: #6e2b18;
		scrollbar-face-color:#a11d2a;
		scrollbar-arrow-color:#5b6a31;
		scrollbar-track-color:#ffffff;
		scrollbar-shadow-color:#a11d2a;
		scrollbar-highlight-color:#5b6a31;
		scrollbar-3dlight-color:#a11d2a;
		scrollbar-darkshadow-Color:#5b6a31;
		margin:0px;
	}

.mainimage {
  max-height: 100%;
  float: left;
  padding: 0 0 0 0;
  height: expression(this.height > 100% ? "100%" : true);
  position: fixed;
}

.maintable {
	margin: 0 0 0 500px;
	float: left;
	position: fixed;
}

.truthtable {
	margin: 0 0 0 500px;
	float: left;
	position: absolute;
}

#label b{
	color: #5b6a31;
	font-weight: bold;
}

h1 {
	font-family: "Arial", sans-serif;
	color: #6e2b18;
	font-size: large;
	text-align: center;
   }

h2 {
	font-family: "Arial", sans-serif;
	color: #EBC8A0;
	font-size: medium;
	text-align: left;
   }


a:link {
	color: #5b6a31;
	text-decoration: none;	
      }
a:visited {
	color: #5b6a31;
	text-decoration: none;	
      }
a:active {
	color: #a11d2a;
	text-decoration: none;	
      }
a:hover {
	color: #a11d2a;
	text-decoration: none;	
      }

</style>
