BODY { 
  background: white;
  color: black; 
}

H1 {
  text-align: center
}

P.midt {text-align: center}

A:link { color: blue; background: white; }          /* unvisited link */
A:visited { color: red; background: white; }        /* visited links */
A:active { color: lime; background: white; }        /* active links */
A { color: red; background: white; }

P.para { 
  margin-top: 0;
  display: none;
}

TABLE { 
}

TD.aar {
  text-align: left;
  vertical-align: top;
  width: 5em; 
}

TD.beskriv {
  text-align: left;
}
