::-webkit-scrollbar {
  width: 0;
}
body {
  background-color: #000;
  color: #fff;
  font-family: monospace;
  font-size:15px;
  height:100%;
  overflow-y:scroll;
}
a {
  color: #fff;
}
th,td {
  border: 1px solid #fff;
  padding: 5px;
}
#credit {
  position: absolute;
  text-align:right;
  right: 0;
  bottom: 0;
}