.top-bar-section ul li.active > a {
    background: gray;
    color: white; }

.top-bar-section ul li.active > a:hover {
    background-color: yellow;
    color: red;
}

body {
    background-color: #fefefe;
    font-family: Arial, sans-serif;
}