body {
  color: black;
  background: white;
}
h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  font-style: italic;
  color: black;
  background: rgb(00, 220, 220);
}
p.rpgtitle {
  font-style: italic;
}
hr {
  background: rgb(0, 220, 220)
}
address {
  font-family: sans-serif;
}