body {
  background-color: white; 
  font-family: "OCR A Std", monospace; 
  font-size: 100%;
 }

 table, th, td {
  border-collapse: collapse;
 }

 th, td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
 }

th {
  background-color: #f2f2f2;
  text-align: left;
 }

a {
  color: #ec3d3d;
  text-decoration: none;
 }

a:hover {
  color: #a30303;
}