﻿body
{
}

a, a:visited
{
    color: White;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    color: #F3F3C0;
}

a.NavBarLink
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

a.NavBarLink:hover
{
    color: #F3F3C0;
}

a.NavBarLinkReverse
{
    color: #F3F3C0;
    font-weight: bold;
    text-decoration: none;
}

a.NavBarLinkReverse:hover
{
    color: #FFFFFF;
}
