body {background: #ffffff;
      color: #000000;
      font-family: helvetica, sans-serif;
      font-weight: normal
     }
div.snarky
     {position: absulute;
      top: 20px;
      left: 20px;
     }
div.menu
     {position: absolute;
      top: 200px;
      left: 0px;
      width: 210px
     }
a.menu
     {font-weight: bold;
      font-variant: small-caps;
      text-decoration: none;
      padding: 3px;
      border-top-width: 2px;
      border-left-width: 2px;
      border-bottom-width: 2px;
      border-right-width: 5px;
      border-color: #aa8866;
      color: #33aa33
     }
a.menu:hover
     {background-color: #aa8866;
      color: #ff3333
     }
a.menu:active
     {color: #ff0000
     }
div.splash
     {position: absolute;
      top: 10px;
      left: 200px
     }
div.body
     {position: absolute;
      top: 200px;
      left: 200px
     }
div.bottom
     {position: relative;
      left: -200px
     }
h1    {margin-left: 30px; margin-right: 30px}
h2    {margin-left: 30px; margin-right: 30px}
h3    {margin-left: 30px; margin-right: 30px}
h4    {margin-left: 30px; margin-right: 30px}
h5    {margin-left: 30px; margin-right: 30px}
h6    {margin-left: 30px; margin-right: 30px}
p     {margin-left: 30px; margin-right: 30px}
ul    {margin: 10px}
li    {margin-top: 0px;
       margin-bottom: 0px;
       margin-left: 40px;
       margin-right: 30px
      }
table {margin-left: 30px; margin-right: 3px}
th    {text-align: left}
td    {text-align: center}
form  {margin-left: 30px; margin-right: 30px}

