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

a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; color: #009879; }

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


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

#dode {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  box-shadow: 0px 2px 5px rgba(0, 152, 121, 0.5);
}

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

#dode tr:nth-child(even){background-color: #f2f2f2;}
#dode tr:last-child { font-weight: bold; }

#dode tr:hover {background-color: #ddd;}

#dode th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #009879;
  color: white;
}
#dode td {
  text-align: center;
}
