body {
  background-color: #f82;
  color: indigo;
  font-family: monospace;
  font-size: large;
  font-weight: bold;
  margin: auto;
  text-underline-offset: 42%;
  width: 69%;
}
h2,h3 {
  color: #926;
  text-decoration: underline dashed;
}
ul {
  list-style-type: none;
  padding: 0;
}
ul.match {
  padding-left: 1em;
}
ul.match > li {
  background: url(rpl.png) no-repeat left top;
  padding-left: 42px;
  line-height: 1.69;
  margin: 0;
}
ul.match ul > li {
  background: none;
  padding-left: 1em;
}
li {
  margin-bottom: 0.5em;
}
ul.rpl {
  padding-left: 1em;
}
ul.rpl > li {
  background: url(rpl.png) no-repeat left center;
  padding-left: 42px;
  line-height: 3;
  margin: 0;
}
a:hover {
  text-decoration: underline;
  color: #935;
}
a {
  color: indigo;
  text-decoration: underline dotted;
}
