body {
  width: 940px;
  margin: auto;
  font-size: 75%;
}

h1,
h3,
h5 {
  font-family: "Courier New", Courier, monospace;
  font-size: 160%;
  text-align: center;
}

div {
  background-color: #e6cfcf;
  border: 2px solid grey;
  margin: 5px;
  padding: 10px;
}

fieldset {
  background-color: #e6cfcf;
  overflow: hidden;
}

.mybutton {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #ff0000;
  color: #ffffff;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
}

#info {
  background-color: black;
  color: white;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  padding: 15px;
}

#myCanvas {
  background-color: black;
  width: 850px;
  height: 690px;
}

table,
td,
tr,
th {
  border: 1px solid black;
}
td {
  text-align: center;
}
th {
  background-color: blanchedalmond;
}
