  html { 
         margin-left: 10%;
         margin-right: 10%;
         color: white;
         background: #006600;
         font-family: arial, helvetica, Verdana, sans-serif;
  }
    
  pre { font-family: monospace; color: white; background: #006600; }
  
  table.main
  {
    width: 100%;
    text-align: center;
  }
 
  table.menu
  {
    width: 100%;
    text-align: center;
    padding: 1px;
    color: white;
    background: #006600;
    border: solid;
    border-width: medium;
   }

  td.menu
  {
    width: 25%;
    text-align: center;
    padding: 0.25em;
    color: white;
    background: #009900;
    font-style: oblique;
    font-weight: bold;    
   }

 img.header {
    width: 600px;
   }

  table.cont {
    width: 100%;
    text-align: left;
    color: white;
    padding: 1em;
    background: #006600;
  }

  a:link { color: aqua; background: transparent; }  /* for unvisited links */
  a:visited { color: yellow; background: transparent; } /* for visited links */
  a:active { color: white; background: transparent; } /* when link is clicked */
  a:hover { color: white; background: transparent; } /* when mouse is over link */

  table.results {
    padding: 1px;
    border: solid;
    border-width: medium;
    color: white;
    background: #006600;
    font-family: arial, helvetica, Verdana, sans-serif;
  }

  table.logs {
    width: 100%;
    padding: 1px;
    border: solid;
    border-width: medium;
    color: white;
    background: #006600;
    font-family: arial, helvetica, Verdana, sans-serif;
  }

  iframe.logs {
    width: 100%;
  }

  td.logs {
    width: 100%;
    color: #006600;
    background: white;
    font-family: arial, helvetica, Verdana, sans-serif;
  }

  tr.logs {
    color: #006600;
    background: white;
    font-family: arial, helvetica, Verdana, sans-serif;
  }

  tr.top {
    text-align:  center;
    padding: 0.5em;
    font-style: oblique;
    color: #006600;
    background: white;
    font-family: arial, helvetica, Verdana, sans-serif;
  }

  tr.odd {
    text-align:  center;
    color: white;
    background: #009900;
    font-family: arial, helvetica, Verdana, sans-serif;
  }

  tr.even {
    text-align:  center;
    color: white;
    background: #006600;
    font-family: arial, helvetica, Verdana, sans-serif;
  }

  tr.first {
    text-align:  center;
    font-weight: bold;
    font-size: 140%;
    color: yellow;
    background: #009900;
    font-family: arial, helvetica, Verdana, sans-serif;
  }

  tr.second {
    text-align:  center;
    font-weight: bold;
    font-size: 120%;
    color: silver;
    background: #008800;
    font-family: arial, helvetica, Verdana, sans-serif;
  }

  tr.third {
    text-align:  center;
    font-weight: bold;
    font-size: 110%;
    color: #ce8518;
    background: #007700;
  }

  font.winner {
    font-weight: bold;
  }
