   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }

  body {
    line-height: 1;
      font-size: 100%;
      line-height: 1.6875;
      font-family: fantasy;
  }

  ol, ul {
    list-style: none;
    text-align:center;
  }

  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
    }

    h1 {
    text-align: center;
    }

    h2 {
    text-align: center
    }

    h3 {
    text-align: center
    }

    .bkgrnd {
      background: url("../img/bland1.png") repeat;
      background-size: auto;    
    }

    .container {
      width: 989px;
      margin: 0 auto;
    }

    .footer {
      text-align: center;
    }

    .drkshadow {
      border: 1px solid;
      padding: 10px;
      box-shadow: 5px 10px #333e93;
    }

    .cntr {
    text-align: center
    }   

    .rotate180 {
       transform: rotate(180deg);
    }   
