body {
  background-color: #BEBEBE;
  color: #000000;
  font-family: arial;
  text-decoration: none;
}

h1 {
  background-color: #BEBEBE;
  color: #000000;
  font-family: arial;
  text-decoration: none;
  text-align: center;
}

p {
  text-align: center;
}

a {
  text-decoration: none;
  color: #000000;
  font-family: arial;
}

tr {
  background-color: #ffffff;
  border: 1px solid #000000;
  font: 12px arial;
  color: #000000;
  vertical-align: middle;
}

td {
  background-color: #ffffff;
  border: 1px solid #000000;
  font: 12px arial;
  color: #000000;
  text-align: center;
  vertical-align: middle;
}

canvas {
  padding: 0;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
