body {
    color: black;
    background: white;
    margin-right: 10%;
    margin-left: 10%;
    font-family: "Times New Roman", serif;
    text-align: justify
    }
p {
    text-indent: 4%
    }
p.noindent {
    text-indent: 0%
    }
p.transnote {
    text-indent: 0%;
    font-size: small;
    margin-left: 10%;
    margin-right: 10%
    }
p.dialog {
    text-indent: -5%;
    font-size: small;
    margin-left: 5%;
    margin-right: 0%
    }
p.stage {
    text-indent: 0%;
    font-size: small;
    margin-left: 10%;
    margin-right: 10%
    }
.ph2, .ph4 {
    text-align: center;
    text-indent: 0;
    font-weight: bold
    }
.ph2 {
    font-size: x-large;
    margin: 0.75em auto
    }
.ph4 {
    font-size: medium;
    margin: 1.12em auto
    }
div.chapter {
    page-break-before: always
    }
h1, h2, h3 {
    page-break-before: avoid;
    text-align: center
    }