.overskrift {  font-family: Verdana, sans-serif; font-size: 11px; font-style: normal; color: #000000; font-weight: bold}
.brodtekst { font-family: Verdana, sans-serif; font-size: 10px; font-style: normal; color: #000000 }
.storoverskrift { font-family: Verdana, sans-serif; font-size: 17px; font-style: normal; color: #000000; font-weight: bold }
.litentekst { font-family: Verdana, sans-serif; font-size: 9px; font-style: normal; color: #000000 }
.vanligtekst { font-family: Verdana, sans-serif; font-size: 11px; font-style: normal; color: #000000 }
.linktekst { font-family: Verdana, sans-serif; font-size: 9px; font-style: normal; color: #CECFCE}
.mediumoverskrift { font-family: Verdana, sans-serif; font-size: 13px; font-style: normal; color: #000000; font-weight: bold }
.error {
	font-family: Verdana, sans-serif;
	width: 80%;
	border: thin dashed red;
	color: #FF0000;
	background-color: #ECECEC;
	text-align: center;
	padding: 9px;
	font-size: 12px;
	height: auto;
	margin: 10px auto 10px auto;
	display: block;
	overflow: auto;
}
.success {
	font-family: Verdana, sans-serif;
	width: 80%;
	border: thin dashed blue;
	color: blue;
	background-color: #ECECEC;
	text-align: center;
	padding: 9px;
	font-size: 12px;
	height: auto;
	margin: 10px auto 10px auto;
	display: block;
	overflow: auto;
}

H2 {  font-family: Verdana, sans-serif; font-size: 17px; font-style: normal; color: #000000; font-weight: bold}

A:link {text-decoration:none}
A:visited {text-decoration:none}
A:hover   { text-decoration: underline ; color: #CC0000} 
