  html { 
  margin-left: 0px;
  margin-right: 0px;
  background: #FFFFFF;
  color: #000000;
  }
    
  a:link { color: #007700; background: transparent; }  /* for unvisited links */
  a:visited { color: #004400; background: transparent; } /* for visited links */
  a:active { color: #FF6666; background: transparent; } /* when link is clicked */
  a:hover { color: #00BB00; background: transparent; } /* when mouse is over link */

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

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

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

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

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

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

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

