body {
 margin:0px;
 background-color:#DADADA;
 /*height:100%;*/
}

.maintable {
  background-image: url('../images/bricks.jpg');
  background-repeat: repeat-y;
  width:800px;
  /*height:100%;*/
  position:absolute;
  border-right:2px solid #C5C3C3;
  border-bottoms:2px solid #C5C3C3;
}

.maincontent {
  text-align:left;
  position:relative;
  left:112px;
  top:10px;
  height:550px;
}


.text {
  padding-left:40px;
  width:585px;
  text-align:justify;
  font-family:Verdana;
  font-size:75%;
  overflow:auto;
  height:385px;
  padding-right:8px;
  padding-top:8px;
}

.text a {
  color: #691A1A;
  text-decoration:none;
  font-weight:bold;
  /*border:1px dotted black;*/
}

h1 {
  margin-top:0px;
  font-size:15px;
  font-weight:bold;
}

h2 {
  margin-top:0px;
  font-size:12px;
  font-weight:bold;
}

