/**
 * review.css
 * Tom McFarlin / November 2007
 *
 * Stylesheets for a single review article.
 */

div#article-container
{
    margin: 0 auto;
    width: 800px;
    font-family: Arial, Sans-serif;
    font-size: 14px;
    line-height: 25px;
}
    
    h1
    {
        margin: 0;
    }
    
    h2
    {
        color: rgb(100, 100, 100);
        font-style: italic;
        font-weight: normal;
        text-decoration: none;
        font-size: 14px;
        border-bottom: 1px solid rgb(192, 192, 192);
    }

    p#footer
    {
        color: rgb(100, 100, 100);
        border-top: 1px solid rgb(192, 192, 192);
        font-style: italic;
        text-align: right;
    }
