BODY {
font-size:12pt;
color:#000000;
font-family:Tahoma,Arial;
background-color:#FFFFFF;
text-align: left;
}

<!-- link farve og ej understregning -->
a {	
	color: blue;
	text-decoration: none;
}

<!-- overskrifter -->
h1 {
	font-weight: bold;
	font-size: 9pt;
	text-transform: uppercase; 
	text-align: right;
	margin: 0px; 
}


<!-- sti-navigation -->
h2 {
	font-weight: normal;
	font-size: 8pt;
	text-transform: lovercase;
	color: A2A5AD;
}


table { font-family: Tahoma, Arial; font-size: 10pt; }
