
.quote {
  background-image: url(quote-open-purple.png);
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-color: #f5f5dc; /* Critical */
  width: 80%;
  text-align: left;
  margin: 1em 0;
  border-top: 2px solid #b22222;
  border-bottom: 2px solid #b22222;
}


.quote p {
  padding: 0.5em 40px 0.5em 50px;
  background-image: url(quote-close-purple.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  font-family: Book Antiqua, Bookman Old Style, serif;
  font-size: 14pt;
}

#preamble {
  font-family: Book Antiqua, Bookman Old Style, serif;
  font-size: 13pt;
}

caption {
  color: #069;
  font-weight: bold;
  padding-bottom: 5px;
}

table {
  font-size: 11pt;
  background: #ffc;
}

table th {
  background: #fee2cc;
  font-size: 10pt;
}
