html {
   margin: 0px;
   height: 100%;
   width: 100%;

}
div.scrollmenu {
    background-color: #ffffff;
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: 000000;
    text-align: center;
    padding: 6px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: #ACC8C8;
}
