body { 
	
}
a:link {
	font-family: arial;
	font-size: 8pt;
	color: #EEEEEE;
	text-decoration: none;
}
a:visited {
	font-family: arial;
	font-size: 8pt;
	color: #DDDDDD;
	text-decoration: none;
}
a:hover {
	font-family: arial;
	font-size: 8pt;
	color: #EEEEEE;
	text-decoration: underline;
}
.overskrift {
	font-family: arial;
	font-size: 16pt;
	text-decoration: bold;
	color: #FFFFFF;
}
.overskrift_red {
	font-family: arial;
	font-size: 10pt;
	text-decoration: bold;
	color: #FF0000;
}
.tekst {
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
	color: #FFFFFF;
}
.tekst_sort {
	font-family: arial;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
}
.tekstfed {
	font-family: arial;
	font-size: 9pt;
	text-decoration: bold;
	color: #000000;
}
.tekstfelt {
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
	background-color: #DDDDDD;
}
.knap{
	background-color: #888888;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 8pt;
}