a{
    font-size: 25px;
    color: blue;
}

#listWrapper{
    padding: 0 20px;
    /*margin: 0 auto 60px;*/
    width: 100%;
    font-size: 20px;
    background: #555555;

    /* fix position *//*
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 10fr0%;*/
}
#listWrapper ul{
    width: 800px;
}
#listWrapper li{
    color: blue;
    width: 10%;
    list-style: none;
    float: left;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}
#listWrapper li a{
    color: #ffffff;
    padding: 8px 12px;
    display: block;
}
#listWrapper li a:hover{
    /*background-color: #01DFA5;*/
    background-color: #4eccbf;
}