.name{
    text-decoration: inherit;
    color: inherit;
    font-weight: bold;
}

a:hover{
    /* font-weight:bolder; */
    color: #BBBBBB;
}