 body {
  background-color: rgb(90%, 90%, 90%);
  color: black;
  width: 170mm;
 }
 div.quote {
  background-color: white;
  border: solid;
  border-width: 1px;
  border-color: black;
  padding-left: 1em;
  padding-right: 1em;
 }
 h1 {text-align: center}
 div.text {
  margin-left: 2em;
  margin-right: 2em;
 }
 a {
  text-decoration: none;
 }
 img.thumbnail {
  border-width: 0;
  width: 32mm;
  height: 24mm;
 }

