html, body 
{ 
  font-family: Verdana, sans-serif;	
  padding: 0; 
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}

h1 {
  font-size:x-large;
  color:black;
}

.high {
  background-color: gold;
  font-weight: bold;
}
.fet {
  font-weight: bold;
}

#dode {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  box-shadow: 0px 2px #009879;
/*  width: 100%; */
}

#dode td, #dode th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: right;
}

#dode tr:nth-child(even){background-color: #f2f2f2;}
#dode tr:nth-child(2) td {
   font-weight: bold; 
   text-align: left;
}
#dode tr:hover {background-color: #ddd;}

#dode th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #009879;
  color: white;
}
#dode td:nth-child(1) { text-align: left; } 

#dode th:nth-child(2) { text-align: center; }
#dode th:nth-child(3) { text-align: center; }
#dode th:nth-child(4) { text-align: center; }
#dode th:nth-child(5) { text-align: center; }
#dode th:nth-child(6) { text-align: center; }
#dode th:nth-child(7) { text-align: center; }
#dode th:nth-child(8) { text-align: center; }
