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

#header{
background-color: #FFFFFF;
top: 0px;
width: 1060px;
margin: 0px auto;
  padding-left: 10px;
  padding-right: 10px
}

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

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

a:link, a:active, a:visited, a:hover {
color: #E00023;
font-family: 'Roboto', 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: #E00023;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: regular;
text-decoration: none;
}
    
.text1 {
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  color: #383838;
  text-align: center
}

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

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

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

.text5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
  font-style: normal;
  color: #383838;
  text-align: center
}


