body {
   background-color: white;
   font-family: arial, "sans serif";    
   }
h1, h2, h3 {
   font-weight: bold;
   font-style: italic;
   color: #524628; /*6c5c35;*/
   margin-bottom: 0px;
   } 
h1 {
   /*background-image: url(images/smallbg.png);
   background-repeat: repeat-x;*/
   font-size: 1.4em; 
   margin-top: 7px;
   }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 {
   font-size: .8em;
   font-style: italic;
   margin-bottom: 0px;
   }
td {
   border: 0px solid #000000;
   padding: 0px;
   text-align: left;
   vertical-align: top;
   }
img { border: 0px; }
div.clubname {
   position: absolute;
   top: 0px;
   left: 120px;
   width: 85%;
   }
   .textblock {
   position: absolute;
   left: 180px;
   top: 90px;
   margin-right: 10px;
   padding-left: 10px;
   padding-right: 7px;
   background-image: url(images/largebg.png);
   background-repeat: repeat-x;
   }
   .topofpage {
   position: relative;
   top: -60;
   left: -175;
   width: 140px;
   }
   .lastgraph {
   position: relative;
   top: -70;
   }
   .extendDown {
   clear: both;
   font-size: 1px;
   line-height: 0px;
   margin: 0px;
   padding: 0px;
   }
   .greenbox {
   border: 1px outset #0000ff;
   border-right-width: 2px;
   border-bottom-width: 2px;
   margin: 10px;
   padding: 7px;
   background-color: #9ab884;
   font-size: .9em;
   color: white;
   }
   .litebox {
   border: 1px outset #9ab884;
   border-right-width: 2px;
   border-bottom-width: 2px;
   padding: 7px;
   /*background-color: #eff4eb;
   background-image: url(images/textblockbg.png);
   background-repeat: repeat;*/
   background-image: url(images/largebg.png);
   background-repeat: repeat-x;
   font-size: .9em;
   color: blue;
   text-align: left;
   }
table.linktable {
   border: 1px solid #9ab884;
   padding-bottom: 7px;
   color: blue;
   }
tr.header {
   background-color: white;
   background-image: url(images/smallbg.png);
   background-repeat: repeat-x;
   }
   .evenrow { background-color: #eff4eb; }
td { padding: 5px; }
   .header { font-size: 1.1em; font-weight: bold; }
span.note {
   font-weight: bold;
   font-style: italic;
   color: blue;
   }
   .super {
   line-height: 1.4em;
   vertical-align: 30%;
   font-size: 67%;
   }
a:link {
   text-decoration: none;
   font-weight: bold;
   }
a:visited {
   text-decoration: none;
   font-weight: bold;
   }
a:hover {
   text-decoration: none;
   font-weight: bold;
   }
a:active {
   text-decoration: none;
   font-weight: bold;
   }
a:focus {
   text-decoration: none;
   font-weight: bold;
   }
hr {
   height: 2px;
   background-color: #9ab884;
   border-top: 0px;
   border-right: 1px;
   border-bottom: 1px;
   border-left: 0px;
   border-style: solid;
   border-color: #7d7d7d;
   }
