body, html {
  background: #fff;
  font-family: "Bitstream Vera Sans","Lucida Grande","Lucida Sans Unicode",
               Lucidux,Verdana,Lucida,sans-serif;
  margin: 0;
  padding: 20px;
}

h1 {
  margin: 0 0 10px 0;
}

table {
  border: 1px solid #aaa;
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: 0.2em 0.5em;
  border-bottom: 1px solid #ddd;
}

th {
  text-align: left;
  font-weight: bold;
  background: #eee;
}

tr:nth-child(even) {
  background: #f4f4f4;
}

a {
  color: #a33;
  text-decoration: none;
}

a:hover {
  color: #e33;
  text-decoration: underline;
}

