* {
    max-width: 100% !important;
    position: static !important;
}

BODY {
    margin:0.5em 1em 3em 1em;
    overflow-x: hidden;
}

.nav {
    margin: 0.5em 0 0.5em 0 ;
}

.nav LI {
    width: 100% !important;
}

.nav A {
    width: 100% !important;
    max-width: 10em !important;
    display: block;
    margin: 0.3em;
    padding: 0.5em 1.5em;
    background-color: gold;
    color: rgb(136, 138, 132);
    font-weight: bold;
    text-decoration: none;
    text-align: left !important;
}

.nav A:HOVER {
    background-color: rgb(218, 174, 0);
    color: white !important;
}