


a:link
{ 
color: #FFF;
text-decoration: none;
}

a:visited
{ 
color: #FFF;
text-decoration: none;
}

a:hover
{
color: #FFF;
text-decoration: underline;
font-weight: bold;
}



a.contact:link
{ 
color: #000;
text-decoration: none;
}

a.contact:visited
{ 
color: #000;
text-decoration: none;
}

a.contact:hover
{
color: #666666;
text-decoration: underline;
font-weight: normal;
}

