<style type="text/css">

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    list-style-type: none;
    box-sizing: border-box;
}

a {
    position: relative; 
    top: -10px; 
    font-size: 1em;
    text-decoration: none;
    color: #333;
    letter-spacing: 2px;
    transition: .4s;
}


body {
    background: #fff;
    color: #777;
    letter-spacing: 0.5px;
    line-height: 1.8;
    font-size: 12px;
    word-break: break-all;
    text-align: justify;
}

header {
    background: url(208798.png) no-repeat center top;
    background-size: cover;
    height: 200px;
    z-index: -10;
}

header .wrap {
    color: #333;
    background: rgba(255,255,255,0.88);
    max-width: 250px;
    width: 75%;
    margin: 0 auto;
    padding: 20px 10px 1em;
    position: relative;
    top: 110px;
    z-index: 10;
    text-align: center;
}

header h1 {
    font-size: 25px;
    margin-top: -5px;
}

header p {
    font-size: 13px;
    margin-top: -5px;
    color: #afafaf;
    letter-spacing: 2px;
}

h1 {
    text-align:center;
    font:cursive;
    font-size:30px;
    color: #006699;
}

h2 {
    position: relative;
    text-align: center;
    max-width: 150px;
    margin: 50px auto 10px;
}

h2:before {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

h2 span {
    font-family: 'Julius Sans One', sans-serif;
    background: #FFF;
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
    z-index: 2;
    font-size: 18px;
}

.menu a {
    position: relative; 
    top: 0px; 
    font-size: 1em;
    display: inline-block;
    color: #FFF;
    background: #192f60;
    border: 1px solid #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 7px 2px;
    margin-top: 0px;
    margin-bottom: 2px;
    width: 12em;
    text-align:center;
}

.parg {
    background: rgba(255,255,255,1);
    border: 1px solid #333;
    border-radius: 30px;
    padding: 8px 20px;
    text-align: ccenter;
    max-width: 400px;
    width: 80%;
    margin: 60px auto;
}

.menu a:hover {
    background: #FFF;
    color: #333;
}

table {
    vertical-align: top; 
    margin: 10px;
    display: inline-block;
}
table.gray th {
  border: solid 1px #696969;
  color: #000000;
  background:c0c0c0;
  padding: 10px;
}
table.gray td {
  border: solid 1px #696969;
  padding: 7px 29px;
}
table.gray {
  border-collapse: collapse;
  border: solid 2px #696969;
  text-align: center;
}
table.blue th {
  border: solid 1px #507ea4;
  color: #507ea4;
  background:#fff;
  padding: 4px;
}

table.blue td {
  border: solid 1px #507ea4;
  padding: 7.5px 2px;
}

table.blue {
  border-collapse: collapse;
  border: solid 2px #507ea4;
  text-align: center;
}

table.red th {
  border: solid 1px #ec6d71;
  color: #ec6d71;
  background: #fff;
  padding: 4px;
}

table.red td {
  border: solid 1px #ec6d71;
  padding: 7.5px 2px;
}

table.red {
  border-collapse: collapse;
  border: solid 2px #ec6d71;
  text-align: center;
}

table.green th {
  border: solid 1px #00984f;
  color: #00984f;
  background: #fff;
  padding: 4px;
}

table.green td {
  border: solid 1px #00984f;
  padding: 7.5px 2px;
}

table.green {
  border-collapse: collapse;
  border: solid 2px #00984f;
  text-align: center;
}

.clearfix:after { 
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
</style>