  body {
    background:#807050;
    margin:10px 10px 0px 10px;
    padding:0px;
  }
  #banner {
    background:#C09010;
    height:208px;
  }
  #leftcontent {
    background:#C09010;
    position: absolute;
    top:220px;
    width:205px;
    left:10px;
  }
  #centercontent {
    background:#C09010;
    position: absolute;
    top:220px;
    left:220px;
    right:10px;
  }
  #banner H1 {
    text-align: center;
  }
  #leftcontent P {
    text-align: center;
  }

  H1, H2, H3, H4, H5, H6 {
    font-family: cursive;
    color: white;
  }
  P, LI {
    font-family: cursive;
    color: white;
  }
  A {
    font-family: cursive;
  }
  A:link {
    color: blue;
  }
  A:visited {
    color: navy;
  }
  A:active {
    color: yellow;
  }

  .LastUpdated {
    font-family: monospace;
    font-style: italic;
    font-size: smaller;
    color: white;
  }
  .smallsize {
    font-size: smaller;
  }

