body {
  font-family: courier, sans-serif;
  color: white;  
  background: #405040;
}
td {
  font-family: courier, sans-serif;
  background-color: #666666;
  color: white;  
}
td.index {
  font-family: courier, sans-serif;
  background-color: #405040;
  color: white;  
}
td.white {
  font-family: courier, sans-serif;
  background-color: white;
  color: black;  
}
td.black {
  font-family: courier, sans-serif;
  background-color: black;
  color: white;  
}
th {
  font-family: courier, sans-serif;
  color: white;  
  background-color: #999999;
  font-weight: normal;
}
table {
 border: 0;
 cellspacing: 1;
 cellpadding: 1;
}
A {
  color: #40d040;
  text-decoration: none;
}
