<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #F1F1F1;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  text-align: center;
}

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

#header{
  background-color: #F1F1F1;
  top: 0px;
  height: 160px;
  margin: 0px auto;
  padding-left: 10px;
  padding-right: 10px
}

#main{
  top: 160px;
  width: 1080px; 
  margin: 0 auto;
  background-color: #F1F1F1;
  text-align: left;
}

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

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

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

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

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

a:link, a:active, a:visited, a:hover {
  color: #959495;
  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: #EC008C;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

hr {
  text-align: center;
  width: 50%;
}
</pre></body></html>