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

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

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

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

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

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

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

.web {
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight:700;
  color: #D20202;
  text-align: center
}

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

.text5 {
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  text-align: center;
}


a:link, a:active, a:visited, a:hover {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #000000;
  text-align: center;
  text-decoration: none;
}

a.recip:link, a.recip:active, a.recip:visited, a.recip:hover {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight:700;
  color: #D20202;
  text-align: center;
  text-decoration: none;
}

