/* CSS Document */

<!-- Project Phase 1
Author: Angela Lipscomb
Date: 2 Jul 2013
-->

/* Display HTML5 structural elements as blocks */
    article, aside, figure, figcaption, footer, hgroup, header,
    section, nav {
       display: block;
    }
    
  body * {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 100%;
     font-weight: inherit;
     line-height: 1.2em;
     list-style: none; 
     margin: 0px;
     padding: 0px;
     vertical-align: baseline;
}



