@charset "UTF-8";
/* CSS Document */

/* Give the body a width */
/*body {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }*/
/* Make the nav take up the whole body width, and give it some top and bottom margin space */
#subnav {
  width: 100%;
   }

/* Make the list of links take up the whole width of the nav */
#subnav ul {
  width: 100%; 
  list-style: none;
  margin: 0px 0px 0px 20px;
  padding: 0;
}

#subnav ul li {
  font-size: 1.5em;
  padding: 5px 0px;
  list-style-type: disc;
}

#subnav ul li a {
    color: crimson;
}

