body
{
text-decoration: none;
font-weight: bold;
}

a
{
font-weight: bold;
text-decoration: none;
color: blue;
}
a:hover
{
font-weight: bold;
color: red;
text-decoration: none;
}
a:active
{
font-weight: bold;
color: blue;
text-decoration: none;
}