
body { 
  background-color: #fffff0; 
  font-family: Arial;
	font-size: normal;
	font-weight: normal;
	text-align:left;
	color: #006633;
	}	
.LeftPanel {
 position: absolute;
 top: 100px;
 left: 10px;
 width: 150px;
 }
.RightPanel {
 position: absolute;
 top: 100px;
 right: 10px;
 width: 150px;
 }
 .CenterPanel {
  margin-left: 151px;
	margin-right: 151px;
	padding-left:12px;
	padding-right: 12px;
	}

p { 
  border-style: outset;
	border-width: 2px;
	background-color: #ffff99;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 150#3333ff%;
	text-align: left;
	color: #006633;
	}
h1  {
  color: #006633;
  font-size: 250%;
  text-align: center;
}
h2 {
  color: #003333;
	font-size: 130%;
	margin-left: 1px;
  text-align: center;
}
	h3 {
	font-size: 110%;
	text-align:left;
	color: #003333;
	}
h4 { 
  font-size: 80%;
	text-align: left;
	text-indent: 150px;
	color: #006633;
  }
	
	
