body,td,th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}

table {
  border-collapse: collapse;
  border: 1px solid #000000;
  font: normal 80%/140% verdana, arial, helvetica, sans-serif;
  color: #333;
  background: #fffff0;
 
  }
caption {
  padding: 0 .4em .4em;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  background: transparent;
  }
td, th {
  border: 1px solid #000000;
  padding: .3em;

  }
thead th, tfoot th {
  border: 1px solid #000000;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  color: #444;
  background: #a9b6b9;
  }
tbody td a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  border-bottom: 1px #cc9;
  }
tbody td a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #72724c;
  }
tbody th a {
  background: transparent;
  color: #000000;
  text-decoration: none;
  font-weight:bold;
  border-bottom: 1px #cc9;
  }
tbody th a:hover {
  background: transparent;
  color: #666;
  font-weight:bold;
  border-bottom: 1px dotted #72724c;
}
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #996;
  font-size: 1em;
  font-weight: bold;
  color: #444;
  }
tr.odd {
  color: #333;
  background: #dbd9c0;
  }
tbody tr.odd:hover {
  color: #333;
  background: #dbd9c0;
  }
  
tbody tr:hover th,
tbody tr:hover th {
  color: #333;
  background: #ddd59b;
  }

body {
        background: #dbd9c0;
}
