a:link, a:visited {
  color: #dd7700;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 2em;
  font-weight: bold;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.83em;
}

body {
  font: 20px Helvetica,arial,freesans,clean,sans-serif;
  background-color: #1E1E1E;
  color: #C0C0C0;
}

div.list {
  background: #111;
  padding: 20px 35px
}

div.foot {
  color: #777; 
  margin-top: 15px;
  padding: 20px 35px;
}

td { 
  padding: 0 20px;
  line-height: 21px;
  font-family: monospace;
  font-size: 16px;
}

