h1 a:link, h1 a:hover, h1 a:visited 
{
    color: #000;
    text-decoration: none;
}

h2 a:link, h2 a:hover, h2 a:visited 
{
    color: #0568bb;
    text-decoration: none;
}

h2 a:hover 
{
    color: #94abbf;
}

h3 a:link, h3 a:hover, h3 a:visited 
{
    font-size: 15px;
    color: #000;
    margin: 0px;
    text-decoration: underline;
    font-weight: normal;
}

h4 a:link, h4 a:hover, h4 a:visited 
{
    color: #000;
    text-decoration: none;
}


.font_header_blue a:link, .font_header_blue a:hover, .font_header_blue a:visited
{
    color: #0568bb;
    text-decoration: none;
}

.font_header_blue a:hover
{
    color: #94abbf;
    text-decoration: none;
}

p a:link, p a:hover, p a:visited 
{
    color: #0568bb;
    text-decoration: none;
}
