.normal-text li a {
text-decoration: none;
}
.normal-text li:hover {
background-color: gray;
}
.normal-text li a:hover {
background-color: #b3b3b3;
}