﻿a.LinkTab
{
    color: #f1f1ff !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

    a.LinkTab:link
    {
        color: #f1f1ff !important;
        font-weight: bold !important;
        text-decoration: none !important;
    }

    a.LinkTab:visited
    {
        color: #f1f1ff !important;
        font-weight: bold;
        text-decoration: none !important;
    }

    a.LinkTab:hover
    {
        color: #f1f1ff !important;
        font-weight: bold !important;
        text-decoration: none !important;
    }