.sectiontitle {
  font-weight: bold; }


.subsection {
  margin-left: 20px; }

.subsection ol:before {
  counter-reset: subsection; }

.subsection li:before {
  content: "(" counter(subsection,lower-alpha) ") "; }

.subsection li {
  counter-increment: subsection;
  list-style-type: none;
  padding-bottom: 12px; }

.emph {
  font-weight: bold; }

.signatures {
  text-align: center; }
