body {
  margin: 0;
  font-family: Garamond, Georgia, serif;
  font-size: 10pt;
}

.pagebreak {
  page-break-after: always;
}

a {
  text-decoration: none;
  color: #000;
}

h1 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
}

h3 {margin-bottom: 0;}

p, ul {
  margin: 0;
}

#info {
  display: block;
  text-align: center;
}

#website {
  display: block;
  text-align: center;
}

h2 {
  margin-bottom: 0;
  border-bottom: 1px solid #999;
  border-left: 25px solid #999;
  padding-left: 10px;
}

.sub {
  font-size: 0.9em;
}

small {
  float: right;
  color: #999;
}

#copy {
  display: none;
}