<!-- Cuisine by Lorena - CSS  -->

.headerlarge
{
COLOR: #000000;
FONT-FAMILY: Arial;
FONT-SIZE: 100%;
}

.bodylarge
{
COLOR: #000000;
FONT-FAMILY: Arial;
FONT-SIZE: 22px;
}

.bodymedium
{
COLOR: #000000;
FONT-FAMILY: Arial; 
FONT-SIZE: 18px;
}

.bodysmall
{
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-SIZE: 14px;
}

.bodysmaller
{
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
}

.bodysmallergrey
{
    COLOR: #BFBFBF;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
}

.bodysmallerred
{
    COLOR: #FF0000;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
}

.headersmaller
{
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-SIZE: 14px;
    font-weight: bold;
}

.bodysmallblue
{
    COLOR: #416C8E;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
}

.bodysmallbold
{
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    font-weight: bold;
}

<!-- Removes underline from links	-->
a {
text-decoration: none;
}
