a:link
{
text-decoration: underline;
background-color: transparent;
}

a:visited
{
text-decoration: underline;
background-color: transparent;
}

a:hover
{
text-decoration: none;
background-color: transparent;
}

a:active
{
text-decoration: none;
background-color: transparent;
}

