p.overskrift {
	font-size: 15pt;
	color: white;
}

p.utvid {
	font-size: 12pt;
	color: black;
}

p {
	font-family: Arial;
	font-size: 9pt;
	color: black;
}


a:link {
	color: white;
	font-family: "Times New Roman", Arial;
	font-size: 10pt;
	text-decoration: overline;
	text-transform: lowercase;
}

a:visited {
	color: white;
	font-family: "Times New Roman", Arial;
	font-size: 10pt;
	text-decoration: overline;
	text-transform: lowercase;
}

a:hover {
	color: white;
	font-family: "Times New Roman", Arial;
	font-size: 10pt;
	cursor: crosshair;
	text-decoration: underline;
	text-transform: lowercase;
}

h2 {
	font-family:  "Times New Roman", Arial;
	font-size: 16pt;
	color: white;
}

h3 {
	font-family: "Times New Roman", Arial;
	font-size: 12pt;
	color: white;
}

body {
	background-attachment: fixed;
}


