@import "common.css";


/*************************   Reviews Styles   *************************/


cite {
    font-family: "Hoefler Text", serif;
    color: #050;
}


/*************************   Named Styles   *************************/


.titleText {  /* Main Title Header text */
    font-family:  serif, "avant garde", arial, sans-serif;
    font-size: 240%;
    font-weight: bold;
    font-style: italic;
    color: brown;
    text-align: center;
    margin-top: 10pt;
}

.bookTitle {  /* Book Titles */
    font-family:  "New Century Schlbk", "Hoefler Text", serif;
    font-size: large;
    text-align: center;
    color: #969;
    font-weight: bold;
    font-style: italic;
}

.bookAuthor {  /* Book Authors */
    font-family:  sans-serif;
    font-size: 120%;
    //text-align: left;
    color: #777;
    font-weight: bold;
}

.reviewAuthor {  /* Book Authors */
    font-family:  Verdana, sans-serif;
    font-size: 130%;
    text-align: center;
    color: #333;
    font-weight: bold;
}

