@font-face {
  font-family: Runescape;
  src: url(RuneScape-Chat-07.ttf);
}

@font-face {
  font-family: RunescapeBold;
  src: url(RuneScape-Chat-Bold-07.ttf);
}

body {
  color: #ffffff;
  background-color: #000000;
  font-family: Runescape;
  font-size: 20;
  padding: 1em;
}

h1 {
  color: #ffff00;
  font-weight: 30;
  font-size: 60;
  font-family: RunescapeBold;
  margin-bottom: 0;
}

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

li {
  padding-left: 1.5em;
  text-indent: -1.25em;
}

li:before {
  content: ">";
  padding-right: .87em;
}

a {
  color: CornflowerBlue;
  text-decoration: none;
}
