/* reviews.css */

body {
        margin-left: 50px;
        margin-right: 50px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11pt;
        line-height: 130%;
            }

tr {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt;
        }
h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 22pt;
           font-weight: bold;
        }
h2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 18pt;
           font-weight: bold;
        }
h3 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-weight: bold;
        }
h4 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11pt;
           font-weight: bold;
        }

.quote {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: italic
        }

.feedback {
        float: right;
        clear: both;
        border-color: white;
        border-style: outset;
        border-width: 1px
        }

.imgmid {
        vertical-align: middle
        }

.copyr {
        float: right;
        clear: both;
        line-height: 130%
        }

.blurpr {
        float: right;
        clear: both;
        margin: 10px;
         }

.blurpl {
        float: left;
        clear: both;
        margin: 10px;
         }
.hdr    {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-weight: bold;
        color: White;
        background-color: Black;
         }
.nrm     {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-weight: bold;
        color: black;
        background-color: white;
         }

.reverse        {
        color: white;
         background: black;
         }