body {
  background-color: silver;
}

h1 {
  padding-bottom: 0.5em;
  border-bottom: 2px solid grey;
}

a {
  text-decoration: none;
  color: #444444;
}

a:hover {
  text-decoration: underline;
  color: orange;
}

div.outerbox {
  background-color: white;
  border: 3px solid orange;
  width: 40em;
  margin-top: 10px;
  margin-left: auto; margin-right: auto;
}

div.innerbox {
  font: 0.9em/1.2em sans-serif;
  padding: 1em;
  padding-left: 6em;
  padding-right: 6em;
  text-align: center;
}

div.smallinnerbox {
  font: 0.7em/1.2em sans-serif;
  text-align: center;
  padding-bottom: 1em;
}

