TABLE {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-style: normal;
	
	color: #00008B
}
H1 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 24pt;
	font-style: normal;
	color: #00008B
}
H2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16pt;
	font-style: normal;
	color: #00008B
}
H3 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #000000
}

A:link    { color: blue;              /* ubesøgte links  */
            text-decoration:none;
	    font-weight: bold;
            text-align:center} 
   
A:visited { color: blue;             /* besøgte links   */
            text-decoration:none;
	    font-weight: bold;
            text-align:center}   

A:hover   { color: green;           /* mus over        */
	    font-weight: bold;
            text-decoration:none;
            text-align:center}

A:active  { color: red;             /* aktive links    */
            text-decoration:none;
	    font-weight: bold;
            text-align:center}
