body {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  background: #F2F2F2;
}

p.title {
  font-family: Bodoni, Times, serif;
  font-size: 4ex;
}

p.author {
  font-family: "Times New Roman", Times, serif;
  font-size: 11px;
}

p.subtitle {
  font-family: Bodoni, Times, serif;
  font-size: 2.5ex;
}

p.hdr {
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 3ex;
}

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

p.section {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
}

td.paper {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  background: white;

  border-top: thin solid #A3A3A3;
  border-left: thin solid #A3A3A3;

  border-bottom: thin solid #454545;
  border-right: thin solid #454545;

  padding-top: 10em;
  padding-bottom: 10em;
  padding-left: 7em;
  padding-right: 7em;
}

