﻿body
{
}

.normal 
{
    font-family:Verdana;
    font-size:11px;
    color:White;    
}
.normalbold
{
    font-family:Verdana;
    font-size:11px;
    color:White;
    font-weight:bold;
}
.h1
{
    font-family:Arial;
    font-size:20px;
}
.h2
{
    font-family:Arial;
    font-size:14px;
}
.productspot 
{
    font-family:Arial;
    font-size:13px;
    color:White;    
}
a
{
    color:White;
}
a:hover
{
    color:#ee018d;
}
.pinktext
{
    color:#ee018d;
}
.graytext
{
    color:Gray;
}
.whitetext
{
    color:White;
}
.strikethrough
{
    text-decoration:line-through;
}
.campaignprice
{
    color: Red;
    font-weight:bold;
}