body {
background-color:#477575;
color:black;
width:100%;
max-width:720px;
margin:0 auto;
font-family: Liberation Sans, sans-serif;
font-size:12pt;
}

p,
ul,
tr {
  line-height: 1.45em;
}


/* unvisited link */
a:link {
    color: #472347;
}

code {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

code:before {
  z-index: -1;
  content: "";
  position: absolute;
  display: block;
  left: -2px;
  right: -2px;
  top: 0px;
  bottom: 0px;
  border: 1px solid #333340;
  background: #cc9966;
}

pre.wrap {
  max-width: 100%;
  white-space: pre-wrap;
}

.quiet {
  opacity: .5;
}
p.wrap {
  width: 45em;
}