/* Copyright 2004, Mark Luckstead */

a {
  background-color: transparent;
  color: #0000FF;
  font-size: medium;
  font-weight: bold;
}
a:visited {
  background-color: transparent;
  color: #9900FF;
}
a:active {
  background-color: transparent;
  color: #009900;
}
a:hover  {
  background-color: transparent;
  color: #FF0000;
}
body {
  color: #000000;
  background: #FFFFFF;
  font-family: "New York", "Times New Roman", "Times", "Times Roman", serif;
}
div  {
  margin-top: 1em;
  margin-bottom: 1em;
}
div.poem  {
  margin-top: 1em;
  margin-left: 6em;
  margin-bottom: 1em;
}
div.subhead {
  font-size: larger;
  font-variant: small-caps;
  text-align: center;
}
h1 {
  background-color: transparent;
  font-size: xx-large;
  font-weight: bold;
  text-align: center;
}
h2 {
  background-color: transparent;
  font-size: x-large;
  font-weight: bold;
  text-align: center;
}
h3 {
  background-color: transparent;
  font-size: x-large;
  font-weight: normal;
  text-align: center;
}
h4 {
  background-color: transparent;
  font-size: large;
  font-weight: normal;
  text-align: center;
}
hr {
  line-height: 3em;
  width: 30%
}
hr.closefootnote {
  line-height: 2em;
  width: 25%
}
hr.openfootnote {
  text-align: left;
  line-height: 2em;
  width: 20%
}
hr.title {
  text-align: center;
  line-height: 1em;
  width: 16%
}
p {
  background-color: transparent;
  margin-bottom: 0;
  margin-top: 0;
}
p.attrib {
  background-color: transparent;
  font-variant: small-caps;
  margin-right: 2em;
  text-align: right;
}
p.body {
  background-color: transparent;
  text-align: left;
  text-indent: 2em;
}
p.date {
  background-color: transparent;
  margin-bottom: 0;
  margin-top: 1em;
  text-align: center;
}
p.quote {
  background-color: transparent;
  margin-bottom: 1ex;
  margin-top: 1ex;
  text-indent: 4em;
}
p.sub {
  background-color: transparent;
  text-align: left;
  text-indent: 4em;
}
p.title {
  background-color: transparent;
  text-align: center;
}
p.ivs {
  background-color: transparent;
  text-indent: -2em;
  margin-left: 4em;
}
p.vs {
  background-color: transparent;
  text-indent: -2em;
  margin-left: 2em;
}
pre {
  font-family: monospace;
}
span.koine  {
  font-family: symbol;
  font-weight: normal;
}
span.small {
  font-size: small;
}
span.smcap {
  font-variant: small-caps;
}
table  {
  display: block;
}
td.dcv  {  /* double-columned verses */
  border-left: solid black 1px;
  padding: 1em;
}
