body {
  font-size: 8pt;
  font-family: courier;
  background-color: black;
  color: white;
}


a {
  color: red;
  font-weight: bold;
}
  

table {
  border-collapse: collapse;
}

th {
  background-color: gray;
  border-style:	solid;
  border-width: thin;
}

td {
  border-style:	solid;
  border-width: thin;
}
