body {
  font-size: 10pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #bfbfbf;
  text-align: center;
  line-height: 6pt;
}

h1 {
  font-size: 14pt;
  font-weight: bold;
  color: #9f9f9f;
  line-height: 6pt;
}

p.greeting {
  font-style: italic;
}

div.outerspacer {
  position: relative;
}

div.innerspacer {
  position: absolute;
  top: 50%;
  height: 50pt;
  margin-top: 100pt;
  width: 100%;
}



