/*
@font-face {
	font-family: "Lucida Sans";
	src: url("/fonts/lsansuni.ttf");
}
*/

body {
	font-family: "Lucida Sans", Verdana;
}

.tekst {
	font-family: "Lucida Sans", Verdana;
	font-size: 12px;
	color: #000000;
	line-height: 150%;

}
.overskrift {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #45759C;
	font-style: normal;
	font-weight: normal;
	line-height: normal;


}
.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #996600;
}
.overborder {
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
}
.underborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.venstremarg {
	font-family: "Lucida Sans", Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #EEEEDD;
	border: 1px dotted #999999;
}
.overskriftgull {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CC6600;
}
.nyhet {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EEEEDD;
	font-family: "Lucida Sans", Verdana;
	font-size: 11px;
	line-height: 150%;
	color: #000000;
}
.prikkelinje {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CC6600;
}
.menytekst {
	font-family: "Lucida Sans", Verdana;
	font-size: 16px;
	color: #996633;
}
