body {
  font-size: 12pt;
  font-family: Garamond, Constantia, Cambria, serif;
  width: 100%;
}
#menu {
  display: none;
}
h1 {
  margin: 0px;
  width: 100%;
  line-height: 3em;
  margin-bottom: 30px;
  height: 112px;
}
h1 img {
  display: none;
}
h1 img.print {
  display: inline;
}
h2 {
  width: 95%;
  color: #646464;
  border-bottom: 1px solid #666;
  margin-top: 0px;
}
a {
  text-decoration: none;
  color: #336699;
  border-bottom: 1px solid #336699;
}
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
h1 a:link:after, h1 a:visited:after {
  content: "";
}
