/* ikiwiki local style sheet */

body {
  font-family: sans;
  margin-left: 2em;
  margin-top: 2em;
  margin-right: 6em;
}

div#content {
  font-size: 11pt;
  margin-top: 2em;
}

div#backlinks {
  font-size: 10pt;
}

div.pagedate {
  font-size: 8pt;
  font-style: normal;
}

ul li {
  list-style-type: square;
}

.header span {
  font-size: 14pt;
  font-weight: normal;
}

.header span a {
  text-decoration: none;
}

.header span a:hover {
  text-decoration: underline;
}

h1 {
  font-weight: normal;
  font-size: 17pt;
}
h2 {
  font-weight: normal;
  font-size: 16pt;
}
h3 {
  font-weight: normal;
  font-size: 15pt;
}
h4 {
  font-weight: normal;
  font-size: 14pt;
}
h5 {
  font-weight: normal;
  font-size: 13pt;
}
h6 {
  font-weight: normal;
  font-size: 12pt;
}

pre {
  width: 94%;
  font-size: 10pt;
  font-family: monospace;
  background: #eee;
  margin-left: 2%;
  padding: 5px;
}

a {
  color: #00e;
}

