
body {
  margin: 0px;
  padding: 0px;
}

h1 {
  font-family: "Roboto Slab";
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 12px;
}

p {
  font-family: "Roboto";
  font-size: 18px;
  line-height: 24px;
  white-space: pre-line;
  margin-top: 6px;
  margin-bottom: 6px;
}

textarea {
  border: 1px solid black;
}

input[type=text] {
  border: 1px solid black;
}

input[type=submit] {
  border: 1px solid #004e73;
  background-color: #66afff;
  padding: 2px;
}

table {
  margin-top: 12px;
  margin-bottom: 12px;
}

td {
  font-family: "Roboto";
  font-size: 18px;
  line-height: 24px;
  padding: 6px;
}

