﻿body
{
    margin: 0px;
    background-color: #b9d5e7;
}

.copy
{
    font-size: 7pt;
    font-family: Arial;
}

.small
{
    font-size: 9pt;
    font-family: Arial;
}

.content
{
    font-size: 10pt;
    font-family: Arial;
    color: #616161;
    text-decoration:none;
}

.content a:hover
{
    color: #ff9a40;
}

.purple
{
    color: #340065;
    font-family: Arial;
    font-size: 9pt;
    text-decoration:none;
}

.purple a:hover
{
    color: #ff9a40;
}

.white
{
    font-size: 9pt;
    color: white;
    font-family: Arial;
}

.thumbnail
{
    border-right: #ece9d8 1px solid;
    border-top: #ece9d8 1px solid;
    border-left: #ece9d8 1px solid;
    border-bottom: #ece9d8 1px solid;
}

.productname
{
    font-size: 10pt;
    font-family: Arial;
    color: #ff9a40;
    text-decoration:none;
    font-weight:bold;
}

.category
{
    color: #340065;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
}