@import "common.css";/*************************   Reviews Styles   *************************/Cite {    font-family: "Hoefler Text", serif;    color: brown;    font-size: 120%;}/*************************   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;}