a:link{
    color:#000000;
    text-decoration:none;
    font-weight:bold;
    background:none;
}
a:active{
    color:#000000;
    text-decoration:none;
    font-weight:bold;
    background:none;
}
a:visited{
    color:red;
    text-decoration:none;
    font-weight:bold;
    background:none;
}
a:hover{
    color:#000000;
    text-decoration:underline overline;
    font-weight:bold;
    background:#FFFF00;
}
