a:link
{
font-weight: bold;
color: #660000;
background-color: transparent;
text-decoration: none;
}


a:visited
{
font-weight: bold;
color: #660000;
background-color: transparent;
text-decoration: none;
}

a:active
{
font-weight: none;
color: #660000;
background-color: transparent;
text-decoration: blink;
}

a:hover
{
font-weight: bold;
color: #000000;
background-color: tranparent;
text-decoration: inherit;
}