﻿
.blacktowhite a:link
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.blacktowhite a:visited
{
   color: #000000;
   font-weight: bold;
    text-decoration: none;   
}

.blacktowhite a:active
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.blacktowhite a:hover
{
    color: #ffffff;
    font-weight: bold;
    
    text-decoration: underline;
}


.blacktogrey a:link
{
    color: #000000;
    text-decoration: none;   
}

.blacktogrey a:visited
{
   color: #000000;
    text-decoration: none;   
}

.blacktogrey a:active
{
   color: #000000;
    text-decoration: none;
}

.blacktogrey a:hover
{
    color: #666666;
    text-decoration: none;
}

.defaultblue a
{
    font-weight:normal;
}

.defaultblue a:link
{
    color: #0000cc;
    text-decoration: none;  
    font-weight:normal; 
}

.defaultblue a:visited
{
   color: #0000cc;
    text-decoration: none;   
font-weight:normal;
}

.defaultblue a:active
{
   color: #0000cc;
    text-decoration: none;
font-weight:normal;
}

.defaultblue a:hover
{
    color: #0000cc;
    text-decoration: underline;
    font-weight:normal;
}
