BODY {
   background: white;
   color: black;
   }
   
A.menu {          /*indhold - menupunkter*/
   text-decoration: none;
   text-align: center;
   color: #321965;
   }

/* TABEL generelt ------------------ */

TABLE TD {      
    font-family: times;
    color: black;
    background: #FFFFFF;
    }

/* Top og Bund ------------------- */
 

TABLE TD.tb {
    font-family: times;
    text-align: center;
    font-size: 9pt;
    color: #321965;
    }

/* Overskrifter ------------------- */
 

TABLE TD.o1c {
    font-family: arial;
    text-align: center;
    font-weight: bold;
    font-size: 24pt;
    color: #321965;
    }
 
TABLE TD.o2c {
    font-family: arial;
    text-align: center;
    font-weight: bold;
    font-size: 21pt;
    color: red;
    }

TABLE TD.o3c {
    font-family: arial;
    text-align: center;
    font-weight: bold;
    font-size: 18pt;
    color: #321965;
    }

TABLE TD.o4c {
    font-family: times;
    text-align: center;
    font-weight: bold;
    font-size: 15pt;
    color: red;
    }

TABLE TD.o4l {
    font-family: times;
    text-align: left;
    font-weight: bold;
    font-size: 15pt;
    color: red;
    }

TABLE TD.o4ls {
    font-family: times;
    text-align: left;
    font-weight: bold;
    font-size: 15pt;
    color: silver;
    }

TABLE TD.o5l {
    font-family: times;
    text-align: left;
    font-weight: bold;
    font-size: 13pt;
    color: #321965;
    }

TABLE TD.o5lk {
    font-family: times;
    text-align: left;
    font-style: italic;
    font-weight: bold;
    font-size: 13pt;
    color: #321965;
    }

TABLE TD.c {
    text-align: center;
    }

TABLE TD.cs {
    text-align: center;
    color: silver;
    }

TABLE TD.l {
    text-align: left;
    }

TABLE TD.r {
    text-align: right;
    }

/* Bøger ------------------------ */
 

TABLE TD.bog {
    font-family: times;
    text-align: left;
    font-size: 14pt;
    color: #321965;
    }

/* Formularer ------------------- */

TABLE.for {
    background: #321965;
    }


TABLE.for TD.ooo  {
    font-family: arial;
    text-align: center;
    font-weight: bold;
    font-size: 24pt;
    color: white;
    background: #321965v;
      }

TABLE.for TD.oo {
    font-family: arial;
    text-align: center;
    font-weight: bold;
    font-size: 21pt;
    color: white;
    background: #321965v;
      }

TABLE.for TD.o {
    font-family: arial;
    text-align: center;
    font-weight: bold;
    font-size: 18pt;
    color: white;
    background: #321965v;
      }

TABLE.for TD.l {
    background: #321965; 
    text-align: left;
    color: white;
    }

TABLE.for TD.c {
    background: #321965;
    text-align: center;
    color: white;
    }

TABLE.for TD.r {
    background: #321965;
    text-align: right;
    color: white;
    } 


