body {
  background-color: black;
  color: blue;
  font-family: Times new roman, Times, serif;
  font-weight: bold;
  font-style: italic;
}
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}