A:link {
           text-decoration: none;
}


A:visited {
           text-decoration: none;
}
  
A:active {
           text-decoration: none;
           font-weight: bold;
}


A:hover {
           text-decoration: fprolloverstyle;
           color: #ffffff;
           font-weight: bold;
}

