body {
  font-family: monospace;
  color: #aaaaaa;
  background-color: #000000;
  font-size: 10pt;
  text-align: left;
  margin-left: 50px;
  margin-right: 50px;
}
h1 {
  font-size: 14pt;
  text-align: center;
}
h2 {
  font-size: 12pt;
  text-align: left;
}
a {
  color: #cccccc;
  background-color: transparent;
}
.intro {
  text-align: justify;
}
.action {
  color: #008800;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
}
.say {
  color: #aaaaaa;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 18pt;
}
.say:first-letter {
  margin-left: -18pt;
}
.emote {
  color: #008888;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
}
.room {
  color: #008800;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
}
.heavy {
  color: #ff0000;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
}
.links {
  text-align: center;
}
