a:link {
 text-decoration: none;
 font-weight: bold;
 text-align: center;
 color: #C0C0C0;
}
a:visited {
 text-decoration: none;
 font-weight: bold;
 text-align: center;
 color: #C0C0C0;
}

a:active{
    text-decoration: none;
    color: red;
    font-weight: bold;
}

a:hover{
    text-decoration: none;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-style:italic;
}