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

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

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

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

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

.text4 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-style: normal;
  color: #50EBED;
  text-align: center
}

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

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

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

a:link {
color: #000000;
  font-family: 'Roboto', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

a:active {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none
}
a:visited {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none
}

a:hover {
  color: #e740a0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none
}

a.recip:link {
color: #000000;
  font-family: 'Roboto', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

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

a.recip:hover {
  color: #e740a0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none
}

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