body {
  font-family: "Gill Sans", Helvetica, Arial, sans-serif;
  font-size:1.25em;
  max-width:700px;
  margin:20px auto;
}

/* talk page */
.shh {
  text-align:center
}
p.confreaks {
  font-size:0.8em;
  color:#333;
  margin:0 0 5px 0;
}
p.confreaks a {
  color:#555;
}

/* posix shell index */
.cheat {
  font-family:'consolas','dejavu sans mono','bitstream vera sans mono',monospace;
  font-size:22px;
  margin:1em 2em;
  line-height:1.3;
  max-width:1024px;
  margin:0 auto;
}
.cheat h1 {
  text-align:center;
  font-family: "Gill Sans", Helvetica, Arial, sans-serif;
  margin-bottom:0;
}
.cheat .subtitle {
  text-align:center;
  font-family: "Gill Sans", Helvetica, Arial, sans-serif;
  margin-top:0;
  color:#555;
}
.cheat .subtitle a {
  color:#333;
}
.cheat h2 {
  font-size:24px;
  margin:10px 0;
}
.cheat ul {
  margin:10px 0;
  padding-left:0;
  width:200px;
  float:left;
}
.cheat li {
  list-style-type:none;
  margin-left:0;
}
.cheat .misc {
  display:none;
}
