body { margin: 2em; font-size: small; }

#header {
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: xx-large;
}
#header:before { content: "rune.hammersland.net"; }

#header a { display: none; }
#menu { display: none; }

#content {
  margin: 10px;
  padding: 1em;
}

#footer {
  border-top: 1px solid #000;
  text-align: center;
  font-size: smaller;
}

table { border: 1px solid #000; }
th
{
    font-weight: bolder;
    border-bottom: 1px solid #000;
}
td
{
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

a { text-decoration: none; color: inherit; }
#content a::after { content: " [" attr(href) "]"; }

dl { margin-bottom: 2em; }
dt { font-weight: bold; width: 9em; text-align: right;}
dd { margin: -1em 0em 0.5em 10em; }
