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;
}

.low {
  background-color: lightpink;
  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;
}

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

#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;
}

#dode th:nth-child(1) { text-align: left; }

#dode td:nth-child(1) { text-align: left; }
#dode td:nth-child(2) { text-align: left; }
