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

#main{
  background-color: #CFD3D6;
  top: 130px;
  margin: 0px auto;
  padding-left: 10px;
  padding-right: 10px;
}

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

#header{
  height: 25px;
  text-align: center;
  background-color: #CFD3D6;
}

#header1{
  top: 25px;
  height: 130px;
  text-align: center;
  background-color: #FFFFFF;
}

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

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

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

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

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

.text5 {
  font-family: 'Roboto Condensed', 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 Condensed', 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 Condensed', sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #CF1D48;
  text-align: center;
  text-decoration: none;
}

