<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  background-color: #1C3664;
  background-image: url("paper02.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

h1 {
  text-align: center;
  font-size: 2em;
  color: #1C3664;
}

h2 {
  text-align: center;
  font-size: 1.5em;
  color: #1C3664;
}

p { 
  text-indent: 30px;
  line-height: 2 ;
}

div.box {
  text-align: center;
}

ul.myUL {
  display: inline-block;
  text-align: left;
}

address {
  font-size: normal;
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted; 
}

</pre></body></html>