html, body { 
  color: #ffffff;
  background: #1a2a3a;
  font-family: Verdana, sans-serif;
}

h1 { 
  color: #FFFF66;
  background: #1a2a3a;
  font-size: 175%;
  text-align: center;
}

h2 { 
  color: #a9a9a9;
  background: #1a2a3a;
  font-size: 150%;
  margin-top: 2em;
}

a { 
  color: #cfd1a0;
  background: #1a2a3a;
}

p {
  color: #ffffff;
  background: #1a2a3a;
  font-size: 75%;
}

p.big {
  font-size: 175%;
}

p.recruiting {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}

p.loot {
  font-size: 60%;
}

p.quote {
  font-size: 60%;
  margin-top: 2em;
  margin-bottom: 2em;
}

p.centered {
  text-align: center;
}

div.centered {
  text-align: center;
}

div.navbar {
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: medium;
  border-bottom-width: medium;
  border-top-color: #000000;
  border-bottom-color: #000000;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: 75%;
  text-align: center;
}

div.posttitle {
  width: 20em;
  font-size: 75%;
  border-style: ridge;
}

strong {
  color: #a9a9a9;
  background: #1a2a3a;
  font-size: 133%;
}
