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

  input {
        background: #006600;
        color: white;
        font-family: arial, helvetica, Verdana, sans-serif;
        padding: 0.2em;
        }       
        
  select {
        background: #006600;
        color: white;
        font-family: arial, helvetica, Verdana, sans-serif;
        padding: 0.2em;
        }       
        
  textarea {
        background: #006600;
        color: white;
        font-family: arial, helvetica, Verdana, sans-serif;
        padding: 0.2em;
        }       
        
  pre { font-family: monospace; color: white; background: #006600; }

  table {
        background: #006600;
        color: white;
        font-family: arial, helvetica, Verdana, sans-serif;
        padding: 0.2em;
        }

  th
  {
    padding: 2px;
    color: white;
    background: #006600;
    font-style: oblique;
  }

  td
  {
    padding: 2px;
    color: white;
    background: #006600;
  }

  



  .error
  {
        background: #006600;
        color: #ff6666;
        font-weight: bold;
  }


  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;
    vertical-align: top;
    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.toolsandnews {
    padding: 1em;
    border: solid 2px white;
    width: 100%;
    color: white;
    background: #006600;
    font-family: arial, helvetica, Verdana, sans-serif;
  }

  h2.toolsandnews {
    padding: 0.5em;
    text-align: center;
  }

  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 {
    padding: 0.5em;
    font-style: oblique;
    color: #006600;
    background: white;
    font-family: arial, helvetica, Verdana, sans-serif;
  }

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

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

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

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

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

  font.winner {
    font-weight: bold;
  }
