a {
    COLOR: #000000;
    text-decoration: none;
    font-weight: bold;
    }

a:link {
    text-decoration: none;
    COLOR: #000000; 
    font-weight: bold;
}

A:active{ 
    text-decoration: none;
    color: black; 
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
    color: #9FACB4; 
    font-weight: bold;
}
a.one
    {
      color: #000000;
    text-decoration: none;
    font-weight: bold;

    }
a.one:hover
    {
    text-decoration: underline;
    color: #FFFFFF; 
    font-weight: bold;
    }
a.one:active
    {
      color: #FFFFFF;
    }
