body {
  color: #000;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-weight: bold;
}

table {
  color: #000;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-weight: bold;
}

h2, h3 {
  margin: 0;
}

.large {
  font-size: 125%;
}

.large-u {
  font-size: 125%;
  border-bottom: 1px dashed black;
}

.box {
  width: 80%;
  padding: 0.5em 1em;
  border: 1px dashed black;
  background-color: #fff;
  text-align: left;
}

.centered {
  text-align: center;
}

