﻿.RegularText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
.HeaderText
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background-color: #bbddff;
    padding-right: 10px;
}
.ResultCount
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
.ResultExtraLinks
{
    text-decoration:none;
    color: #6699cc;
}
.RecipeLink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
}
.RecipeURL
{
    font-family: Arial, Helvetica, sans-serif;
    color: green;
    font-size: 12px;
    font-weight: normal;
}