/*
   SC Transport Reset Style Sheet
   
   Author: Christina Wells
   Date:   06/09/14
   
*/

/* Display HTML5 Structural Elements as Blocks */

   article, aside, footer, header, hgroup, section {
      display: block;
   }
   
/* Set Default Page Element Styles */

   body * {
      font-family: Ariel, 'Times New Roman', sans-serif;
      font-size: 100%;
      font-weight: inherit;
      line-height: 1.5em;
      vertical-align: baseline;
      margin: 0px;
   }
   
/* Temporarily Hide the Page Sections */
