body {
  margin: 0; padding: 0;
  font-family: "Helvetica", "Arial", sans-serif;
  text-align: center;
}
h1 {
  margin: 40px 0;
}
table {
  border-right: 5px #000 solid;
  border-bottom: 5px #000 solid;
  border-left: 5px #000 solid;
  margin: 0 auto;
}
th, td {
  padding: 10px 15px;
}
tr:nth-child(odd) {
  background-color: #eee;
}
.starter {
  font-weight: bold;
}
.tableHead {
  background-color: #000;
  color: #fff;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
}
footer {
  font-size: 12px;
  font-style: italic;
  margin-top: 20px;
}