a:link {
 text-decoration: none;
 font-weight: bold;
 text-align: center;
 color: #FFFFFF;
}
a:visited {
 text-decoration: none;
 font-weight: bold;
 text-align: center;
 color: #FFFFFF;
}

a:active{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

a:hover{
    text-decoration: none;
    color: #999999;
    text-decoration: none;
    font-weight: bold;
    font-style:normal;
}