body {
  padding: 15% 10%;
  color: white; 
  background: navy;
  font-size: 12pt;
  font-family: "times new roman";
  border-bottom: 20px solid orange;
  border-top: 20px solid orange;
}

div#menu {
  color: orange;
  font-family: "arial";
}

table {
  border: double;
  background: navy;
  color: yellow;
  font-size: 20;
}

h1 {
  color: yellow;
  position: absolute; left: 120pt; Top: 30pt
}

li {
  font-weight: bold;
}

span.customername {
  display: none;
}

div#address {
  font-style: italic;
}

div#hours {
  font-style: italic;
}

#footer {
 font-size: 10pt;
 font-family: "arial";
 font-style: italic;
}

