body { background-color:#FFFBF0; font-family:verdana,arial,sans-serif;}
a:link { color:#8B4513; text-decoration: none; }
a:hover, a:focus { font-weight:bold;  text-decoration: none;}
a:active {color:#8B4513; text-decoration: none; }
a:visited {color:#8B4513; text-decoration: none; }

img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
}


.menu li{
    list-style-type: none;
    width:100%;
    overflow: hidden
    float:left;
    margin-top:10px;
}

.menu li a{
    width:100%;
    padding:1px;
    font-size:18px;
    background:#f9ebd2;
}

ul{
 list-style: none;
   margin-left: 0em;
    /* padding: 1em; Set the distance from the list edge to 1x the font size */
   list-style-type: disc;
   list-style-position: outside;
   list-style-image: none;
}


p{
     margin-left: 1em;
}