body {
  background-color: #F0F9FD;
  margin: 0;
  padding: 0;
  font-family: 'Ubuntu Sans', sans-serif;
  font-size: 12px;
  text-align: center;
  color: #000000;
}

#main{
  background-color: #F0F9FD;
  top: 150px;
  width: 1060px;
  margin: 0px auto;
  padding-left: 10px;
  padding-right: 10px
}

#wrapper{
  margin: 0 auto;
  background-color: #F0F9FD;
  text-align: left;
}

#header{
  height: 150px;
  text-align: center;
  border-top: solid;
  border-top-width: 2px;
  border-top-color: #E63976;
  border-bottom: solid;
  border-bottom-width: 4px;
  border-bottom-color: #3898D5;
  background-color: #FEF6FA;
}

#footer
{
  text-align: center;
  background-color: #f3e5ff;
}

.text1 {
  font-family: 'Ubuntu Sans', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.text2 {
  font-family: 'Ubuntu Sans', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.web {
  font-family: 'Ubuntu Sans', sans-serif;
  font-size: 36px;
  font-style: normal;
  color: #0E71AF;
  font-weight: bold;
  text-align: center;
}

.text3 {
  font-family: 'Ubuntu Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
}

.text4 {
  font-family: 'Ubuntu Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  color: #3e85b2;
  text-align: center;
}

.text5 {
  font-family: Arial;
  font-size: 9px;
  font-style: normal;
  color: #3e85b2;
  text-align: center;
}

a:link, a:active, a:visited, a:hover {
  color: #3e85b2;
  font-family: 'Ubuntu Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

a.recip:link, a.recip:active, a.recip:visited, a.recip:hover {
  color: #E63976;
  font-family: 'Ubuntu Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

hr {
  text-align: center;
  width: 50%;
}

div.centered {
  margin-left: auto;
  margin-right: auto;
}