body {
  background-color: #aaaaaa;
  color: #5d5d5d;
}

table {
  margin-left: 12px;
}

th, td { 
  font-family: "Courier New", Courier, monospace;
  font-size: 8pt;
  text-align: left;
}

th {
  font-weight: bold; 
  padding-right: 14px; 
  padding-bottom: 3px;
}

td {
  padding-right: 14px;
}

td.s, th.s {
  text-align: right;
}

a, a:active, a:visited {
  color: white;
  text-decoration: none;
}
a:hover {
  color: #ab0000;
  text-decoration: none;
}

h2 {
  margin-bottom: 12px;
}

div.list { 
  background-color: black; 
  border-top: 1px solid #646464;
  border-bottom: 1px solid #646464;
  padding-top: 10px; 
  padding-bottom: 14px;
}

/*
div.foot { 
  color: #aaaaaa;
  padding-top: 4px;
}
*/
