/* CSS Document */
body
{
    font-family: Verdana, Arial, sans-serif;
    background-color: #DEB577;
}

a
{
    color: #9a2925;
    text-decoration: underline;
}

h1,
h2,
h3
{
    color: #9a2925;
    text-align: center;
    /* border-bottom: 1px solid #ffb720; */
}

.red
{
    color: #9a2925;
}

.orange
{
    color: #ffb720;
}

.center
{
    text-align: center;
}

.fineprint
{
    font-size: 8pt;
}

.bold
{
    font-weight: bold;
}

h3.bookname
{
    margin-bottom: 0px;
    text-align: left;
    text-transform: uppercase;
}

h4.booksubtitle
{
    margin-top: 0px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0px;
    text-align: left;
}

p.bookdescription
{
    margin-top: 0px;
    margin-bottom: 0px;
    text-indent: 0.5in;
}

div.booklist
{
    margin-left: 75px;
}
