/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }

body {
    background-color: cornsilk;
  }

p {
    font-family: "Times New Roman", "Times", serif;
    font-size: 15px;
    color: #1C2833;
  }
hr {
    color: lightcoral;
    background-color: lightcoral;
    height: 4px;
    width:100%;
  }

ol {
    list-style: none;
    list-style-type: decimal;
  }
ul {
    list-style: none;
    list-style-type: circle;
      }
  
}
table {
    border-collapse: collapse;
    border-spacing: 0;
  }
a:link {
    color: blue;
  }
a:hover {
    color: lime;
  }
a:active {
    color: red;
  }
  
/*=========================================
    Main Styles
    =========================================*/

body {
    font-family: arial;
  }
    
#masthead {
    background-color: cornflowerblue;
  }
#main {
    font-family: "verdana", "arial", "helvetica", sans-serif;
  }
     
.footer-box {
    position: absolute;
    bottom: 0;
  }

.footer-box, hr {
    width: 100%;
  }

#prepare {
    font-family: "verdana", "arial", "helvetica", sans-serif;
  }
