* {
  margin:0;
  padding:0
}
html, body {
  background-color:#5B752F
}
body {
  width:65%;
  min-width:750px;
  margin:0 auto 2em auto;
  font-family:Corbel, "Helvetica Neue", Helvetica, Geneva, Verdana, Arial, sans-serif;
  color:#333;
}
h1, h2, .section, #homelink {
  background-color:white;
  padding:0.4em 1.2em;
  margin:2px 0
}
h3 {
  font-size:1.05em;
  margin-top:2em;
}
a {
  color:#AB120A;
  border-bottom:1px dotted #AB120A;
  text-decoration:none;
}
a:visited {
  color:#0A4800;
  text-decoration:none;
  border-color:#0A4800;
}
a:hover, a:visited:hover {
  color:#009;
  border-color:#009;
}
a[rel], address {
  font-weight:bold;
  font-style:normal
}
h1 {
  font-size:2em
}
h2 {
  font-size:1.4em
}
.section {
  margin-left:2em;
  padding:0.4em 1.4em;
  overflow:auto
}
p, li {
  margin:0.6em 0;
  line-height:1.5
}
li {
  margin-left:1.8em
}
h1 + div > p:first-child {
  font-size:1.2em;
  padding:1.4em 1.4em 0.6em 1.4em;
  margin-left:1.82em
}
.imageframe {
  float:right;
  margin:0.8em 1.6em 2em 2em;
  background:white;
  padding:0.4em
}
.imageframe a {
  border:none
}
.imageframe img {
  border:2px solid black
}
.imageframe span {
  display:block;
  font-size:0.9em;
  padding-bottom:0.2em;
  border-bottom:1px solid #999
}
pre {
  background-color:#EEE;
  border:1px dashed #555;
  padding:1em;
  word-wrap:normal;
  margin:1em 2em 1em 1em
}
h2:last-of-type + div > p, address {
  display:inline-block;
  line-height:1.4
}
#homelink {
  position:fixed;
  top:0;
  right:0;
  margin:0;
  font-size:1.4em;
  background-color:white;
  padding-bottom:0.6em
}
#homelink ul, #homelink h3 {
  list-style-type:square;
  font-size:0.7em;
}
#homelink h3 {
  margin:2em 0 1em 0;
}
code, samp, kbd, var, pre {
  font:0.94em Consolas, monospace;
  color:#009;
}