
body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: Red;
  background: white;
  font-size: x-small;
  background-image: url(img/aumback.jpg);
}
a:active, a:focus, a:link, a:visited, a {
  color: Maroon;
}

a:hover {
  color: Red;
  }
.quote {
  color: Green;
  font-family: "MS Serif", "New York", serif;
  font-size: medium;
  font-style: italic;
  font-variant: normal;
  text-align: center;
  vertical-align: top;
}


.intro {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: x-small;
}
   
.copyright, a.copyright, a:visited.copyright, a:link.copyright, a:focus.copyright, a:active.copyright {
  font-family: "Courier New", Courier, monospace;
  color: #323232;
  font-size: xx-small;
  text-align: right;
}

table.tblOutside {

  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

td.MidCol {
  width: 800px;
  height: 600px;
}

table.tblBase {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0 0 0 0;
  vertical-align: middle;
  text-align: center;
}

tr.tblBaseHeader {
  height: 100px;
}

tr.tblBaseFooter {
  height: 50px;
}

td.tblBaseSideL {
  width: 120px;
  text-align: center;
  vertical-align: top;
}

td.tblBaseSideR {
  width: 150px;
  text-align: right;
  vertical-align: top;
}

td.tblBaseTitle {
  text-align: center;
  vertical-align: top;
}

td.tblBaseInner {
    vertical-align: top;
    text-align: left;
    padding: 20px 20px 20px 20px;
}

td.tblBaseCopyRight {
  text-align: center;
  vertical-align: bottom;
}

td.tblBaseBanner {
  text-align: right;
  vertical-align: top;  
  width: 150px;
  color: #323232;
  font-size: xx-small;
}

td.tblBaseStats {
  width: 120px;
  text-align: center;
  vertical-align: top;
}

td.tblBaseNavigation {
  text-align: left;
  vertical-align: top;
  border: thin solid Maroon;
  width: 120px;
  font-size: x-small;
}

table.tblLessen {
  padding: 20px 20px 20px 20px;
}

tr.tblLessenHeader {
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  color: maroon;
}

td.tblLessenData {
  padding: 10px 5px 10px 5px;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  color: black;
  font-size: x-small;
  border: 1px solid Black;
}