﻿body
{
    background-image: url(images/background2.gif);
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, helvetica, Sans-Serif;
    font-size: 13px;
}

.HeaderDIV
{
    background-color: Black;
    padding: 10px;
    color: White;
}

.ContentDIV
{
    padding: 30px;
}

.IntroParagraph
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 18px;
    font-weight: bold;
    color: Red;
}

.ProductImage
{
    float: left;
    clear: both;
    text-align: center;
}

a:link, a:visited
{
    color: Red;
    font-weight: bold;
    text-decoration: underline;
}

a:active, a:hover
{
    color: Red;
    text-decoration: none;
    font-weight: bold;
}

.QuoteText
{
    color: #48488c;
    font-style: italic;
    font-size: 18px;
    font-family: Georgia, Times New Roman, Serif;
    font-weight: bold;
}

.HeaderDIV a:link, .HeaderDIV a:visited
{
   color: white;
    font-weight: bold;
    text-decoration: none;
}

.HeaderDIV a:active, .HeaderDIV a:hover
{
    color: white;
    font-weight: bold;
     text-decoration: underline;
}
