/*Style sheet for test*/
ul li{display: inline;}
ul li {border-style: outset;
      margin: 0.2em;
      background-color: #e6fffc;
      text-decoration: none; 
      list-style-type: none;
      }
div#nav {padding: 0.2em;
         margin: 0.4em;
               display: block;
               width: 5%;
               float: left;}

ul li a:hover {background-color: #acbfbd;
               text-decoration: none; }
ul li a:visited {color: black;
                 text-decoration: none; }
.placeholder {float: right; }
