/**
 * Various CSS styles relating to basic page display.
 */
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  border: 0;
}

blockquote.quotation {
  margin: 0;
  padding: 1em;
  border-top: 1px solid #F8D908;
  border-bottom: 1px solid #F8D908;
}

blockquote.quotation div.quotation {
  text-align: left;
  font-weight: bold;
  color: #838376;
}

blockquote.quotation div.author {
  text-align: right;
  font-family: "Verdana", "Arial", sans-serif;
  font-size: 9pt;
}