<style type="text/css">
    P {  margin-top: .5em;
         text-align: justify;
         margin-bottom: .5em;
         text-indent: 1em;
         }
    H1   {
         text-align: center; font-family: garamond, serif; /* all headings centered */
         }
    H5,H6 {
         text-align: center; font-family: garamond, serif; /* all headings centered */
         }
    H2 {
         text-align: center; font-family: garamond, serif; /* centered and coloured */
         }
    H3 {
         text-align: center; font-family: garamond, serif; /* centered and coloured */
         }
    H4 {
         text-align: center; font-family: garamond, serif; /* all headings centered */
         }
    HR { width: 33%;
	margin-top: 1em;
	margin-bottom: 1em;
       }
    BODY{margin-left: 10%;
         margin-right: 10%;
        }
    a  {text-decoration: none} /* no lines under links */
    div.center   {text-align: center;}
    div.content  {width: 69%; margin-left: auto; text-align: left;}
    div.centered {text-align: center;} /* work around for IE centering with CSS problem part 1 */
    div.centered table {margin-left: auto; margin-right: auto; text-align: left;} /* work around for IE centering with CSS problem part 2 */

    .cen      {text-align: center; text-indent: 0em;} /* centering paragraphs */
    .sc       {font-variant: small-caps;} /* small caps, normal size */
    .noin     {text-indent: 0em;} /* no indenting */
    .linenum  {position: absolute; top: auto; left: 4%;} /* poetry number */
    .note     {margin-left: 2em; margin-right: 2em; margin-bottom: 1em;} /* footnote */
    .block    {margin-left: 5%; margin-right: 5%;} /* block indent */
    .right    {text-align: right; padding-right: 2em;} /* right aligning paragraphs */
    .totoc    {position: absolute; right: 2%; font-size: 75%; text-align: right;} /* Table of contents anchor */
    .totoi    {position: absolute; right: 2%; font-size: 75%; text-align: right;} /* to Table of Illustrations link */
    .img      {text-align: center; padding: 1em; margin-left: auto; margin-right: auto;} /* centering images */
    .sidenote {width: 20%; margin-bottom: 1em; margin-top: 1em; padding-left: 1em; font-size: smaller; float: right; clear: right;}
    .tdr      {text-align: right; padding-right: 1em;} /* aligning cell content to the right */
    .tdc      {text-align: center;} /* aligning cell content to the center */
    .tdl      {text-align: left;}  /* aligning cell content to the left */
    .tdlsc    {text-align: left; font-variant: small-caps;} /* aligning cell content and small caps */
    .tdrsc    {text-align: right; font-variant: small-caps;} /* aligning cell content and small caps */
    .tdcsc    {text-align: center; font-variant: small-caps;} /* aligning cell content and small caps */
    .tr       {margin-left: 10%; margin-right: 10%; margin-top: 5%; margin-bottom: 5%; padding: 1em; background-color: #f6f2f2; color: black; border: dotted black 1px;} /* transcriber's notes */

    /* Visually set apart the errata text and show the original text when hovered */
    .errata    { font-weight: normal; border-bottom: 2px dotted red;}
    .errata[title]:after{
              /*Workaround for Gecko*/
                content: "";
               }
    .errata[title]:hover:after{
              /*Shows the value of the title attribute when hovered*/
               content: " [Errata. was: " attr(title) "]";
              }
    /* Visually set apart the Errata incorporated into the text and show the original when hovered */


    .pagenum  { /* uncomment the next line for invisible page numbers */
               /*  visibility: hidden;  */
               position: absolute; right: 2%; font-size: 75%; text-align: right;} /* page numbers */

    .footnotes        {border: dashed 1px;}
    .footnote         {margin-left: 10%; margin-right: 10%; font-size: 90%;}
    .footnote .label  {position: absolute; right: 84%; text-align: right;}
    .fnanchor         {vertical-align: super; font-size: .8em; text-decoration: none;}

    .poem             {margin-left:10%; margin-right:10%; text-align: left;}
    .poem br          {display: none;}
    .poem .stanza     {margin: 1em 0em 1em 0em;}
    .poem span        {display: block; margin: 0; padding-left: 3em; text-indent: -3em;}
    .poem span.i2     {display: block; margin-left: 2em;}
    .poem span.i4     {display: block; margin-left: 4em;}
    </style>
