body { font-size : small ; margin-left : 100px ; margin-right : 50px ; background-color : yellow ;}
container { background-color: yellow ;
            color: #5F9F7F; }                                                                                                                                                                                                                                                                                                                                 
.emph { display: inline ; font-weight : bold ; }


.quote { display: inline ;}
.quote::before{content :"\'" ; }
.quote::after{content :"\'" ; }
.quoteOuter { display: inline ; }
.quoteOuter::before{content :'\"' ; }
.quoteOuter::after{content :'\"' ; }

.commas { display: inline ; }
.commas::before{content : '\"' ; }
.commas::after{content : '\"' ; }

.page { margin-left : 30px; margin-right : 20px ; background-color : #5F9F7F;}
.page { margin-left : 30px; margin-right : 20px ; background-color : pale-yellow ;}

.altsentence { display: block ; padding : 20px 20px 20px 20px ; }
.title { font-size : x-large ; font-weight : bold ; color : darkslategrey ; text-transform: capitalize ; }
.wordLife { display: inline ; text-transform: capitalize ;} 
.series { font-size : x-large  ; }
.sentence { font-style : italic ;   color: powderblue ; padding : 20px 20px 20px 20px ; text-align : center ; font-size : x-large ;}
.silence { text-align: center ; font-weight : bold ; padding : 8px ; text-transform: capitalize ; font-style: italic ;}
.excerpt { display: block ;  margin-left : 50px ;  color : white ; }
.srcAuthor { display: inline ; font-weight : bold ; }
.srcTitle {display:inline;  font-style:italic;}
.bold { display: inline ;font-weight : bold ; }
.bibleRef { display: inline ; padding-left: 8px ; padding-right: 8px ; }
.bibleRefs {display: block; padding : 20px 20px 20px 20px ; }
.book { display: inline ; }
.verse { display: inline ; }
.verse::before{content:':'; }
.chapter {display: inline ; }
.date { font-size : large ; text-align: right; }
.author { display:inline ; font-style : italic  ; font-size: large ; color: darkslategray ; padding : 20px ; text-align: left;}
.paragraph {
    
    display: block;
    margin-bottom : 1em ;
    }

.extraSentence { display: block ;font-size: large ; }
.extraSentences { display: block ;}
extraSentences::before{content: 'ADDITIONAL SENTENCES' ; }
.reading { display: inline ; }
