﻿.songstyle {
    text-align: center;
    font-style: italic;
}

.versetext {
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.versereference {
    text-align: center;
    font-weight: bold;
    font-size: large;
}

.hymnwriter {
    text-align: center;
    font-weight: bold;
    font-size: small;
}

.topverse {
    text-align: center;
    font-weight: bold;
    font-size: large;
}

.topversereference {
    text-align: center;
    font-size: medium;
}

.bodybg {
    background-color: #e5b97e;
}

div {
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.ftrtext {
    font-size: smaller;
    color: black;
}

.vdStyle {
    max-width: 100%;
    height: auto;
}

.pagehdgStyle {
    font-size: x-large;
    font-weight: bold;
    color: #47523f;
    text-align: center;
}

.pagehdgsubStyle {
    font-size: larger;
    font-weight: bold;
    color: #47523f;
    text-align: center;
}


.introStyle{
    font-size: small;
    font-weight: bold;
    color: #47523f;
    text-align: left;
}

.backtoCover {
    font-size: large;
    font-weight: bold;
}
/*page1bg {
    background-color: #d5deda;
}

page2bg {
    background-color: #b8c0c0;
}

page3bg {
    background-color: #6a755e;
}

page4bg {
    background-color: #726e60;
}

page5bg {
    background-color: #9f7843;
}

page6bg {
    background-color: #ba9568;
}

page7bg {
    background-color: #c79f64;
}

page8bg {
    background-color: #ab8968;
}*/

