<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #ffffff;
  font-family: Georgia;
}

#container{
  background-image: url('images/logo.jpg');
  background-repeat: no-repeat;
  border: 0 solid #000000;
  margin: 0 auto 5px;
  width: 900px;
  }

#content{
  border: 0px solid #0f0;
  text-align: center;
  height:450px;
  font-size: 19px;
}

#content a{
  color: #b40046;
  text-decoration: none;
  font-size:23px;
}

#content a:hover{
  text-decoration: underline;
}

#footer{
  clear:both;
  height:35px;
  width:100%;
  border: 0px solid #f00;
  font-size: 14px;
  padding-right: 20px;
  text-align: center;
  color: #333333;
}

#footer a{
  color: #fba301;
  text-decoration: none;
}

#footer a:hover{
  text-decoration: underline;
}</pre></body></html>