 body {
    background-image: url('/layout_images/woodBGlight.jpeg');
  }
  body {
    font-family: 'Cambria'; 
    font-size: 16px;
    color: #f0daaf;
    margin-top: 20px;
    margin-right: 150px;
    margin-bottom: 50px;
    margin-left: 150px;
  }
  
  .header {
  text-align: center;
  font-size: 20px;
  color: #4f3329;
}

/* LINKS */
  a.class1:link {
  color: #e5c244;
  font-weight: bold;
 }
 
  a.class1:hover {
  color: #e8c963;
 }
 
  a.class2:link {
    color: #968839;
    font-weight: bold;
  }
  
  a.class2:hover {
    color: #b2a045;
  }
  
  a.class2:visited {
    color: #7f702c;
    
  }
 
/* TABLES */

.maintable {
  border: 10px solid transparent; /* Essential for border-image to work */
  border-image: url("layout_images/woodborder.png") 30 round;
  border-image-slice: 10;
  border-image-width: 0.75;
  color: #705B2C;
  
th, td {
  border: 0px;
  
  }
  
.table-no-border { 
  border: none;                 /* table outer border */ 
  
} 
.table-no-border td, 
.table-no-border th { 
  border: none;                 /* cell borders */ 
  
} 
  
/* FOOTER TEXT */
 #special-text {
      color: white;
      font-size: 12px;
    }
  