body {
  background-color: white;
  color: black;
  font: georgia;
  font-size: 10pt;
}

h1 {
  font-size: 200%;
  text-align: center;
}

h4 {
  font-size: 100%;
  text-align: center;
  font-weight: bold;
}

p {
  line-height: 1.4em;
}

sup {
  line-height: 0;
}

img {
  border: 0;
}

.softlist {
   list-style: circle;
}

.point {
  font-style: italic;
}

.footer {
  font-size: 90%;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

.plea {
  color: red;
}

.warning {
  color: red;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}

.notice {
  background: yellow;
  border: 1px solid black;
  padding: 1em;
}

.version-id {
  color: gray;
  text-align: center;
  font-family: monospace;
  font-size: 90%;
}
