/* Formatering af brødtekst: rødbrun, 12 punkt, Book Antiqua
   med 16 punkt linjeafstand og margener på 10 punkt. 
   Anvender pergament.gif som baggrund.
*/
body {font-size: 12pt;
      font-family : Bookman,"Times New Roman",Times,Serif;
      /*font-family : Verdana,Arial,Sans-Serif;*/
      color: black;
      /*background: "billeder/paper.gif"*/
      background: url(billeder/paper.gif);
      line-height: 16pt;
      margin-left: 10pt;
      margin-right: 10pt;}

/* Indrykkede afsnit */
/*p {margin-left: 24pt;
   margin-right: 24pt;}*/

/* Overskrifter i Bookman,"Times New Roman" eller Times bruges Serif,
   fed med masser af linjeafstand.
   Har brugeren ikke Bookman,"Times New Roman" eller Times bruges Serif.
*/
h1 {font-size: 24pt;
    font-family : Bookman,"Times New Roman",Times,Serif;
    font-weight: bold;
    line-height: 30pt;}

h2 {font-size: 18pt;
    font-family : Bookman,"Times New Roman",Times,Serif;
    font-weight: bold;
    line-height: 22pt;}

h3 {font-size: 14pt;
    font-family : Bookman,"Times New Roman",Times,Serif;
    font-weight: bold;
    line-height: 16pt;}
    
h4 {font-size: 12pt;
    font-family : Bookman,"Times New Roman",Times,Serif;
    font-weight: bold;
    line-height: 14pt;}

h5 {font-size: 10pt;
    font-family : Bookman,"Times New Roman",Times,Serif;
    font-weight: bold;
    line-height: 11pt;}
    
h6 {font-size: 8pt;
    font-family : Bookman,"Times New Roman",Times,Serif;
    font-weight: bold;
    line-height: 9pt;}

.forside {font-size: 10pt;
    font-family : Arial,Helvetica,sans-serif;
    font-weight: bold;
    line-height: 12pt;
    color: black;}

/* Understreg ikke links, og gør alle links røde.
   Gør links sorte, når de aktiveres.
*/
/*Fjerner understregning*/
/*a {text-decoration: none;}*/
a:link {color: blue;}
a:visited {color: navy;}
a:active {color: black;}


/* Formaterer fodnoter som 9 punkt Book Antiqua, og centrerer dem. */
div.fodnote {font-size: 9pt;
             line-height: 12pt;
             text-align: center}