body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  background: #FFF URL(body1.gif) repeat-x right top;
  margin: 0.25em;
  padding: 0.25em;
  text-align:left;
  font-size: 100.01%
}
 
.left {
  width:23em;
  position:relative;
  top:0em;
  float:left;
  color:#333;
  background: #FFF;
  padding:0.625em;
  border-right: 0px solid black;
  text-align:justify;
}
 
.right {
  width:23em;
  float:left;
  position:relative;
  top:0em;
  left:0em;
  color:#333;
  background: #FFF;
  padding:0.625em;
  border-left: 0px solid black;
  text-align:justify;
}
 
.clear {
  clear:both;
  font-size:1px;
  line-height:1px;
  margin-top:-1px;
}
 
a {
  color: #666;
  font-size:1em;
  font-weight:bold;
}
 
a:hover {
  color:#FFCC00;
}
 
.left p, .middle p, .right p {
  font-size:1em;
}
 
.back {
  padding-top:0.625em;
  text-align:left;
  margin:0em auto;
  width:61.25em;
}
 
.back a {
  font-size:0.75em;
  font-weight:bold;
  color:#333; 
}



