﻿html
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: black;
    text-decoration: none;
}

p, h1, h2
{
    margin: 0 0 .5em 0;
}

ul
{
    list-style-type: disc;
    list-style-image: none;
    list-style-position: inside;
}

ul li 
{
    margin:0 0 .5em 0;
}

.lqStyle
{
    font-size: 700%;
    float: left;
    height: .4em;
    margin-top: -20px;
    font-family: 'Lucida Sans Unicode';
    color: #b2b2b2;
}

.rqStyle
{
    font-size: 700%;
    float:right;
    height:.4em;
    margin:0;
    font-family: 'Lucida Sans Unicode';
    color: #b2b2b2;
}

.header
{
    font-family: "Lucida Sans Unicode";
    font-variant: small-caps;
    font-size: 3em;
}

.footer
{
    font-size: .75em;
}

.tagLine
{
    text-align: center;
    color: #b2b2b2;
}

.tagLine h2
{
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin:0;
}

.bookDetails p, .bookDetails ul
{
    font-size: .875em;
}

.bookDetails h1
{
    font-size: 1.5em;
    font-weight: bold;
}

.bookDetails h2
{
    font-size: 1.25em;
    font-weight: bold;
}

/* alignments */

.cAlign
{
    text-align: center;
}

.retailLink
{
    color:Red !important;
}

a:hover.retailLink 
{
    text-decoration:underline;
}

