body{
    max-width: 780px;
    margin: 40px auto;
    padding: 0 20px;
    background: #fff;
    color: #222;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.7;
}

a{
    color: #1a4fd6;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

img{
    max-width: 100%;
    height: auto;
}

.author{
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 1.8em 0;
    text-align: center;
}

.calibre,
.calibre7,
.calibre10{
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1em;
    line-height: 1.7;
    margin: 0 0 0.9em 0;
    padding: 0;
    text-align: justify;
}

.calibre7,
.calibre10{
    text-align: center;
}

.calibre1,
.calibre3{
    font-weight: bold;
}

.calibre4{
    font-style: italic;
}

.calibre5,
.calibre9{
    max-width: 100%;
    height: auto;
    width: auto;
}

.calibre6{
    text-decoration: none;
}

.calibre8{
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
    max-width: 100%;
}

.center{
    display: block;
    margin: 1.5em 0 1em 0;
    text-align: center;
    text-indent: 0;
}

.chapter{
    display: block;
    margin-top: 2.2em;
}

.crt,
.crt1{
    display: block;
    font-size: 0.85em;
    margin: 0.8em 0 0 0;
    text-align: center;
    text-indent: 0;
    color: #666;
}

.dropcaps{
    font-size: 1.2em;
    line-height: 1.2;
}

.extract{
    display: block;
    margin: 1em 0;
    text-align: justify;
    text-indent: 0;
    font-style: italic;
    color: #444;
}

.indent{
    display: block;
    margin: 0 0 0.4em 0;
    text-align: justify;
    text-indent: 1.4em;
}

.logo{
    display: block;
    margin: 1em 0;
    text-align: center;
    text-indent: 0;
}

.nonindent{
    display: block;
    margin: 0 0 0.4em 0;
    text-align: justify;
    text-indent: 0;
}

.small{
    font-size: 0.8em;
}

.title{
    display: block;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.25;
    margin: 1em 0 1.2em 0;
    text-align: center;
}

.toc{
    display: block;
    font-size: 1.35em;
    font-weight: bold;
    line-height: 1.3;
    margin: 2em 0 1em 0;
    text-align: center;
}

.toc1{
    display: block;
    margin: 0.2em 0;
    text-indent: 0;
}

@media (max-width: 700px){
    body{
        font-size: 20px;
        line-height: 1.65;
        margin: 20px auto;
        padding: 0 14px;
    }

    .title{
        font-size: 1.7em;
    }

    .author{
        font-size: 1.2em;
    }
}