       html, body {
             margin : 0;
             padding : 0;
             height : 100%;
             background-color : #ffffff;
      }
      p {
             color : #5d3b28;
             font : 70% verdana;
             line-height : 150%;
             text-transform : lowercase;
      }
      h1 {
             color : #c3360b;
             font : 80% verdana;
             font-weight : bold;
             text-transform: lowercase;
      }
      h2 {
             color : #5d3b28;
             font : 72% verdana;
             font-weight : bold;
             line-height : 100%;
             text-transform: lowercase;
      }
      ul {
             font : 80% verdana;
             font-weight : bold;
             line-height : 200%;
             list-style : none;
             margin : 0;
             padding : 0;
             text-transform: lowercase;
      }
      a:link {
             color : #c3360b;
             text-decoration : underline;
      }
      a:visited {
             color : #79533a;
             text-decoration : underline;
      }
      a:hover {
             color : #e7d9be;
             text-decoration : none;
             background : #c3360b;
      }
      table {
             font : 70% verdana;
             color : #5d3b28;
             width : 100%;
      }
      thead {
             border-width : 1px;
             border-color : #79533a #79533a #79533a #79533a;
             border-style : none solid none none;
      }
      th {
             font-weight : bold;
             line-height : 150%;
             padding : 5px;
             text-align : left;
             vertical-align : baseline;
      }
      td {
             width : 90px;
             line-height : 150%;
             padding : 5px;
             text-align : left;
             vertical-align : baseline;
      }