body {
  font-family: sans-serif;
  background:  #FAFAD2;
}
table {
  background: white;
  border: solid;
  border-width: thin;
}
th {
  white-space: nowrap;
  border: solid;
  border-width: thin;
}
td {
  white-space: nowrap;
  border: solid;
  border-width: thin;
}
div.copyright {
  font-size:   70%;
  white-space: nowrap;
  text-align:  center;
}
