  body
  {
    margin: 0;
    padding: 0;
    font-family: "Georgia", "Garamond", "Times New Roman", times, serif;
    text-align: center;
    color: black;
    background-color: white;
  }

  a:link { text-decoration: none; color: blue; }
  a:visited { text-decoration: none; color: purple}
  a:hover, a:active { text-decoration: underline; }

  h1 a {text-decoration: none; }

  .container
  {
    padding: 0;
    width: 100%;
    text-align: left;
    background-color: white;
  }

  .header
  {
    height: 77px;
    margin-left: 20px;
    margin-bottom: 5px;
    background-image: url(header.png);
    backround-position: 20px;
    background-repeat: no-repeat;
    position: relative;
  }

  .navigation { background-color: #EEE4AA; }

  .navigation ul
  {
    margin: 0 0 0 20px;
    padding: 0;
    list-style-type: none;
  }

  .navigation li
  {
    display: inline;
    padding: 0 0;
  }

  .navigation a
  {
    text-decoration: none;
    color: black;
    font-weight: bold;
  }

  .navigation a:hover
  {
    color: white;
    background-color: black;
  }

  .contents
  {
    margin: 0 200px 40px 20px;
  }

  .footer
  {
    padding: 0 20px;
    clear: both;
    height: 20px;
    background-color: #EEE4AA;
  }

  .whatsnew p
  {
    padding: 1ex;
    background-color: yellow;
  }

  .secret a
  {
    color: black;
    text-decoration: none;
  }
  
 
