@charset "utf-8";
body  {
	background: #FFE79B;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border-bottom-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
}
.tittel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
.ingress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
.Brodtekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
.mellomtittel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
.link-tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.Priser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: oblique;
	font-weight: bolder;
	color: #FF0000;
	left: auto;
	text-decoration: none;
}
.Nyhet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: 20pt;
	font-weight: bolder;
	top: 12px;
	clip: rect(5px,auto,auto,auto);
	padding: 5px;
	margin: 5px;
	text-decoration: none;
}

