/* vim: ts=2 sw=2 expandtab 
 */

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

p.date {
  text-align: right;
  font-style: italic;
}

p.illustration {
  text-align: center;
}

img.float-left {
  float: left;
  margin: 7px 7px 7px 7px;
}

blockquote {
  background-color: #ddd;
  font-style: italic;
  margin: 1em 1em 1em 1em;
  padding: 0.5em 0.5em 0.5em 0.5em;
  border-left-style: solid;
  border-left-width: 0.4em;
  border-left-color: black;
}

pre {
  background-color: #ddd;
  margin: 1em 1em 1em 1em;
  padding: 0.5em 0.5em 0.5em 0.5em;
}

body {
  width: 620px;
  margin: auto;
}

