﻿a.main_link
{
    color: gray;
    font-weight: bold;
    text-decoration: none;
}

a.main_link:hover
{
    color: #005572;
    text-decoration: underline;
}

a.hidden_link
{
    color: inherit;
    text-decoration: none;
    cursor: default;
}

div.sidebar_content a
{
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}

div.sidebar_content a:hover
{
    color: #005572;
    text-decoration: underline;
}

div.sidebar_content a.force_link
{
    color: blue;
    text-decoration: underline;   
    font-weight: normal;
}

a.force_link
{
    color: blue;
    text-decoration: underline;   
    font-weight: normal;
}

#footer a
{
    color: black;
}
