body {
  font-family: "Times New Roman", serif;
  line-height: 1em;
}

h1 {
  line-height: .7em;
  font-size: 65pt;
  font-weight: normal;
  background-color: transparent;
}

a:link {
  text-decoration: none;
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #666;
  text-decoration: none;
}

#wrapper {
  text-align: center;
}

#main {
  margin: 7em auto;
  text-align: left;
  /*width: 600px;*/
  display: inline-block;
}

.pdf {
  font-size: 96pt;
}

#footer {
  font-family: "Helvetica", "Arial", sans-serif;
  backround-color: #eee;
  text-transform: uppercase;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}