body {
    margin-left: 3%; margin-right: 3%;
    font-family: Droid Serif, Times, Cambria, Palatino Linotype, Georgia, serif;
    width:33em; line-height: 1.4;
    background: rgb(255, 255, 185);
}
p { margin-top: 3px; margin-bottom: 1px;
    text-align: justify; hyphens: auto; }
p.verse {
    margin-left: 3%;
}
li { text-align: justify; hyphens: auto; margin-right: 5%; }
.example { margin-left: 3%; }
blockquote {
  font-family: Liberation Serif, URW Bookman L, Trebuchet MS, Calibri;
  font-size: smaller;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid aqua;
}

table {border: 0; align: centered; }
td { padding-right: 1em; border: 0;  padding-top: 0px; padding-bottom: 0px; }
th { padding-right: 1em; border: 0;  padding-top: 0px; padding-bottom: 0px; }
h1 { text-align: center; }
h2, h3 { margin-bottom: 0px;
         font-size: greater;
         font-weight: normal;
         background: aqua;
}
h2 { margin-top: 25px; text-align: center; margin-bottom: 0px; }
pre.src {
  margin-left: 3%;
  background: black;
  color: white;
 }

.footref {
/*  height: 0;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative; */
  font-size: 70%;
}

.image-caption { font-style: italic}
