
/* stuff related to quotes
 */

p.quote {
  text-align: justify;
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 0;
}

p.quote cite.work {
  display: block;
  text-indent: 1em;
  font-style: normal;
  text-decoration: underline;
}

p.quote cite.author {
  display: block;
  text-indent: 1em;
  font-style: italic;
}

h1 {
  font-variant: small-caps;
  font-style: italic;
  border-bottom: solid;
}

td.banner {
  text-align: center;
  font-weight: bold;
}

a { color: maroon; text-decoration: none; }
a:hover { color: red; text-decoration: underline;}

body {
  background-color: #FFFFF7;
}