body { 
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  background-color: #AE8560;
  text-align:center;
  color: #000000;
 }

a {
  text-align: left;
  color: #993300;
  text-decoration: none;
}

a:hover {
  color: #DD8855;
}

.indent {
  margin-left: 20px;
}

#Heading {
  font-family: courier, Verdana, Arial, Helvetica, sans-serif;
  background-color: #AE8500;
  border-style: ridge;
  border-width: 2px;
  font-size: 20;
  letter-spacing: 25px;
}

#Body {
  padding: 3px;
  background-color: #FEFEBB;
  border-style: groove;
  border-width: 1px;
  overflow: auto;
  text-align: justify;
  margin-top: 10px;
  height: 545px;
}

#Info {
  text-align: center;
}

#Etc {
  text-align: center;
}

#LinksTable {
  font-size: 8pt;
}

tr.header {
  font-weight: bold;
}

#Labs {
  width: 80%;
  table-layout: fixed;
}

#Questions {
  width: 80%;
  table-layout: fixed;
}

