body {
  background-color: #152257;
  margin-top: 0;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center
}

span.text1 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #90c5d3;
  text-align: center
}

span.text2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #90c5d3;
  text-align: center
}

span.text3 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 24px;
  font-style: normal;
  color: #90c5d3;
}

span.text4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #90c5d3;
  text-align: center
}

span.web {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  color: #FFFFFF;
  line-height: 150%;
}

span.text5 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  color: #0081a1;
  text-align: center
}

#wrapper
{
  margin: 0px auto;
  padding: 0px;
  border: 0px;
  background-color: #152257;
  text-align: left
}

#main
{
  top: 260px;
  width: 1080px;
  background-color: #152257;
  margin: 0px auto;
  text-align: center
}

#header
{
  height: 260px;
  background-color: #070E2B;
  text-align: center;
  margin: 0px auto;
}

#footer
{
  text-align: center;
  width: 950px;
  position: fixed;
  bottom: 0px;
  background-color: #070e2b;
}



a:link {
   color: #90c5d3;
   font-family: 'Noto Sans', sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: normal;
   text-decoration: none;
}

a:active {
   color: #90c5d2;
   font-family: 'Noto Sans', sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: normal;
   text-decoration: none
}

a:visited {
    color: #90c5d2;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none
}

a:hover {
    color: #0081a1;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none
}

a.two:link {
   color: #90c5d3;
   font-family: 'Noto Sans', sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   text-decoration: none;
}

a.two:active {
   color: #90c5d2;
   font-family: 'Noto Sans', sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   text-decoration: none
}

a.two:visited {
    color: #90c5d2;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none
}

a.two:hover {
    color: #0081a1;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none
}


