h1 {
  color: white; 
  font-size: 36pt;
  line-height: 81px;}
ul {
  float: left;
  width: 100%;
  line-height: 40px;
  list-style-type: none;
  background-color: orange;
  font-size: 18pt;
  margin: 0;
  padding: 0;
  border-style: solid;
  border-width: thin;
  border-color: orange}
ul li {
  display: inline}
ul a {
  float: left;
  width: 5em;
  text-decoration: none;
  color: white;
  background-color: orange}
ul a:link {
  color: white}
ul a:visited {
  color: white}
ul a:hover{
  background-color: black;
  color: orange}

a:link {
  color: white;
  text-decoration: none}
a:visited {
  color: white;
  text-decoration: none}
a:hover {
  color: orange;
  text-decoration: none}
body {
  font-family: "Arial",sans-serif;      
  font-weight: bold;
  color: white;
  background-color: black;
  font-size: 14pt}
td {
  font-family: "Times New Roman", serif;
  font-size: 12pt}
p {
  text-indent: 5 em}

.logo {
  width: 120px;
  align: center;
  valign: center}
.text {
  width: 120px;
  align: center;
  color: white;
  background-color: black}
.text a:link {
  color: white}
.text a:visited {
  color: white}

address {
  margin-top: 1em;
  padding-top: 1em;
  font-size: 12pt;
  text-align: center}


</body>
</html>
