body {
  background-color : #ffffff;
  font-size: small;
  font-family: Arial;
}
h1 {
  background-color : #ffffff;
  font-size: 150%;
}
h2 {
  background-color : #ffffff;
  font-size: 130%;
}
table {
  width: 100%;
  background: #ffffff;
}
table th, table td {
  margin: 0;
  padding: 8px 20px;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}
table .name {
  text-align: left;
}
table tr {
  background: #ffffff;
}
table tr.alt {
  background: #c1c1c1;
}