body {
  #background-color: #faebd7;
  #background-color: #c0c0c0;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  margin-top: 30px;
  vertical-align: middle;
}
#content {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  border: 2px solid #000000;
  background-color: #ffffff;
  padding: 5px;
  text-align: left;
}

#content2{
  background-color: #ffffff;
  text-align: left;
}

h1 {
  font-family: courier, monospace;
  text-align: center;
  #color: blue;
}

h2 {
  font-family: courier, monospace;
  text-align: left;
  #color: blue;
}

img {
 border: 0px;
}

table {
  border: 1px none;
}

th {
 text-align: center;
}

td.subtitle {
  text-align: center;
  font-size: 30px;
  color: blue;
  #background-color: yellow;
  background-color: #f5f5f5;
  border-style: none;
  border-top-width: 15px;
}

td {
 border: 5px none;
 border-left-width: 10px;
}