body {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  text-align: center;
  color: #49018b
}

#wrapper{
  width: 1070px;
  margin: 0 auto;
  background-color: #FFFFFF;
  text-align: left;
}

#header{
  height: 150px;
  text-align: center;
  background-color: #FFFFFF;
}

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

#footer
{
  width: 990px;
  margin: 0px auto;
  text-align: center;
  background-color: #FFFFFF;
}

.text1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  color: #595858;
  text-align: center
}

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

.web {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-style: normal;
  color: #F73DAB;
  text-align: center
}

.text3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-style: normal;
  color: #595858;
  text-align: center
}

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

a:link, a:active, a:visited, a:hover {
color: #000000;
font-family: 'Roboto Condensed', 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: #F73DAB;
font-family: 'Roboto Condensed', 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
}