body #main {
    min-width: 1250px;
}
.pageBook {
    border: 3px double #f1ca7f;
    border-radius: 10px;
    margin: 0px;
    padding: 10px;
    background: #fafafa;
    color: #333333;
}
.pageBook .textBook {
    max-width: 800px;
    margin: 0px auto;
    font: 18px/1.6em Verdana, Arial, sans-serif;
    text-align: justify;
}
.textBook .take_h1 {
    margin: 10px;
    text-align: center;
    color: #b3710e;
    font: 26px 'Time New Roman', serif;
}
.textBook a {
    font: 16px Verdana, Arial, sans-serif;
    text-decoration: none;
    color: #003aac;
}
.textBook a:hover {
    font: 16px Verdana, Arial, sans-serif;
    text-decoration: none;
    color: #d70a0a;
}
.textBook .rdImage {
    margin: 0px auto;
    height: 21px;
    width: 511px;
}
.textBook h2 {
    font: 900 26px 'Time New Roman', serif;
    color: #b3710e;
    text-align: center;
}
.textBook h2 a {
    font: 900 26px 'Time New Roman', serif;
    color: #57abf7;
}
.textBook h2 a:hover {
    font: 900 26px 'Time New Roman', serif;
    color: #57abf7;
}
.textBook .numberPage {
    color: #a3a3a3;
    text-align: center;
}
.textBook form {
    font-size: 0.8em;
    text-align: right;
    margin: 15px 0px;
}
.textBook .navBlock {
    text-align: center;
    margin-bottom: 10px;
}
.textBook .navBlock a {
    font-size: 14px;
    text-align: center;
}
.textBook .navBlock a.backToBook {
    background-image: url('../img/open-book-128x128.png');
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: left center;
    padding: 6px 10px 10px 35px;
}
.textBook .navBlock a.goToContents {
    background-image: url('../img/notepad-128x128.png');
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: left center;
    padding: 10px 10px 10px 38px;
}
.textBook .navBlock a.goToNotes {
    background-image: url('../img/note-128x128.png');
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: left center;
    padding: 10px 0px 10px 38px;
}

.padlock {
    padding-left: 45px;
    color: #d38a21;
}
.youCanAlso span {
    color: green;
}

.poem {
    padding-left: 20px;
}
.stanza {
    padding-bottom: 20px;
}
