﻿body 
{
    
}

a
{
    font-weight: bold;
    text-decoration: none;
}
a:link, a:visited
{
    color: white;    
}

a:hover
{
    color: Gray;
}

a:active
{
    color: #034af3;
}
a.intext-link 
{
    text-decoration: none;
}
a.intext-link:link, a.intext-link:visited
{
    color: blue;    
}
a.intext-link:hover 
{ 
    text-decoration: underline; 
}
