
   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }

  body {
    line-height: 1;
    background-color: #fff;
  }
  
 h1 {
  text-decoration: none;
  font-family: 18px;
  color: black;
  padding: 10px;
  width: 100%;
  height: 50px;
  background-color: #335eff;
}

  ol, ul {
    list-style: none;
  }

  nav {
  width: 100%;
  height: 50px;
  background-color: #335eff;

}
      ul{

    }

    ul li {
      padding: 5px;
      list-style: none;
      display: inline-block;
      float: left;
      line-height: 50px;
    }

    ul li a {
      text-decoration: none;
      font-size: 18px;
      font-family: arial;
      color: black;
      padding: 0 10px;

    }


  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }


    body {
      font-family: arial;
    }

    .container {
      width: 989px;
      margin: 0 auto;
      border: 5px;
    }

    .footer {
      text-align: center;
    }

    
