/* Ligger i roden */

BODY {
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 10pt;
 color: black; 
}
TABLE {
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 10pt;
 color: black; 
}
A:hover {
font-weight: bold;
color : red;
}
A {
 text-decoration : none;
 font-weight: bold;
 color: blue;
}
.none {
 text-decoration : none;
 font-weight: bold;
 color: blue;
}
.titel {
 text-decoration : none;
 font-weight: bold;
 color: maroon;
}
.toptekst {
 font-family: Times New Roman,Times,serif;
 font-size: 20pt;
 font-weight: plain;
 color: white;
 text-align: center;
}
.rubrik {
 font-size: 12pt;
 font-weight: bold;
 color: #339933; 
}
.public {
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 8pt;
 text-decoration: none;
 color: blue; 
}
.hvid {
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 8pt;
 text-decoration: none;
 color: white; 
}
.blue {
 color: #333366; 
}
.streg {
border-top-width: 1px; 
border-top-style: solid; 
border-color: #999999;
}
.skjult {
display:none;
}