﻿.teal
{
    background: #008399;
}

.tealText
{
    color: #fff;
}

.tealFont
{
    color: #008399;
}

.sky
{
    background: #00a5e4;
}

.skyText
{
    color: #fff;
}

.skyFont
{
    color: #00a5e4;
}

.apple
{
    background: #4aaa42;
}

.appleText
{
    color: #fff;
}

.appleFont
{
    color: #4aaa42;
}

.lime
{
    background: #9fa617;
}

.limeText
{
    color: #fff;
}

.limeFont
{
    color: #9fa617;
}

.grape
{
    background: #461666;
}

.grapeText
{
    color: #fff;
}

.grapeFont
{
    color: #461666;
}

.rubinered
{
    background: #e20177;
}

.rubineredText
{
    color: #fff;
}

.rubineredFont
{
    color: #e20177;
}

.rust
{
    background: #e73838;
}

.rustText
{
    color: #fff;
}

.rustFont
{
    color: #253746;
}

.lemon
{
    background: #ffc425;
}

.lemonText
{
    color: #004683;
}

.lemonFont
{
    color: #ffc425;
}

.royal
{
    background: #e73838;
}

.royalText
{
    color: #fff;
}

.royalFont
{
    color: #004683;
}

a.tealText:hover {
color: #ffffff;
text-decoration: underline;
}


