/* 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 {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  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;
    }

    .Tittle{
      background-color: 000080;
      line-height: 3;
      font-family: arialbold;
      color: white;
      text-decoration: underline;
      font-size: 40px;
      font-weight: bold;
    }

    .Tittle2{
      background-color: 000080;
      line-height: 1;
      font-family: arialbold;
      color: white;
      text-decoration: none;
      font-size: 20px;
      font-weight: bold;
    }
    
    .Tittle3{
      line-height: 1;
      font-family: arialbold;
      color: white;
      text-decoration: none;
      font-size: 20px;
      font-weight: bold;
    }

    .Tittle4{
      line-height: 1;
      font-family: arialbold;
      color: 000080;
      text-decoration: none;
      font-size: 30px;
      font-weight: bold;
    }

    .column {
      float: left;
      width: 50%;
    }

    .row:after {
      content: "";
      display: table;
      clear: both;
    } 

    .container {
      width: 989px;
      margin: 0 auto;
      color: white;
      background-color: 99badd;
    }

    .rotateimg180 {
      -webkit-transform:rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
    }

    .footer {
      text-align: center;
      line-height: 1;
      font-family: arialbold;
      color: white;
      text-decoration: none;
      font-size: 20px;
      font-weight: bold;
    }

    .table, th, td {
      align-items: left;
      border-width: 2;
      border: all;
      border-color: white;
    }