div.tekst {
  font-family: Georgia, 'Times New Roman', Arial;
  margin-left: 15%;
/* virker skønt i Mozilla, men ikke i Internet Explorer : */
/*  margin: auto;*/
/*  max-width: 30em;*/
}
p {
  text-indent: 1em;
  width: 35em;
}
.tekst div {
  width: 35em;
}
div.meta {
  border-bottom: 2px solid #999;
  padding: 0 0 .4em 0;
  font-size: small;
  font-family: Verdana, Georgia, 'Times New Roman';
}
div.fod {
  margin-top: 1em;
  border-top: 2px solid #999;
  padding: .4em 0 0 0;
  font-size: small;
  font-family: Verdana, Georgia, 'Times New Roman';
}
img {
  border: none;
}