a { 
    text-decoration: none;
}

.menu {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 90%;
    color: #112759;;
    text-align: left;
}

.menuselected {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 90%;
    color: #112759;;
    text-align: left;
    background: #C3CECA;
}


a.menu:hover {
    text-decoration: underline;
}

