body {
	background-color: white;
	background-position: center center;
	background-position: 45% 55%;
	font-size: 12pt;
	font-weight: Normal;
	color: black;
	line-height: 125%;
}
a {
	color: black;
	text-decoration: underline;
}
.header {
	border-bottom: 1px dotted black;
	width: 650px;
	margin: 5px 0px;
	padding: 5px 0px;
}
.innhold {
	width: 650px;
}
.Overskrift, h1 {
	font-size: 16pt;
	font-weight: bold;
	color: black;
	line-height: 125%;
}
.Uthevet, h2 {
	font-size: 14pt;
	font-weight: bold;
	color: black;
	line-height: 125%;
}
.Normal, table td  {
	font-size: 12pt;
	font-weight: Normal;
	color: black;
	line-height: 125%;
}
.Liten {
	font-size: 10pt;
	font-weight: Normal;
	color: black;
	line-height: 125%;
}
