.book-title {
    font-size: 150%;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 1em auto 1em 1em;
}
.book-author {
    font-size: 150%;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0.5em auto 1em 1em;
}
.lifespan {
    font-size: larger;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0.1em auto 1em 1em;
}
.introduction {
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 1em auto 1em 1em;
}
.part {
    font-size: larger;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 1em 0 1em 0;
}
.verse-body {
    /*color: white;*/
    /*background-color: #0099cc;*/
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 1em auto 1em 2em;
}
.warning {
    font-size: larger;
    font-weight: bold;
    color: white;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.transname {
    font-size: larger;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.orig-auth-name {
    font-size: larger;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.poem-title {
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0 0 0 2em;
}
.poem-alt-title {
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0 0 0 1em;
}
.poem-note {
    font-style: italic;
    font-size: smaller;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.dedicated-to {
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: auto auto auto 5em;
    /*background-color: yellow;*/
}
.epigraph {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: smaller;
    margin: 1em auto auto 18em;
    /*background-color: red;*/
}
.epigraph-author {
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: auto auto auto 5em; /* relative to epigraph */
}
.epigraph-trans {
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: auto auto auto 5em; /* relative to epigraph */
}
.cycle-title {
    font-weight: bold;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.style1 {
    font-family: Georgia, "Times New Roman", Times, serif;
}
body {
    font-family: Georgia, "Times New Roman", Times, serif;
}
.date {
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: auto auto 2em 2em;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #0099cc;
}
