BODY {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 80%;
	background-color: #E3E1E1;
}

H2 {
	color: #0C3478;
	font-size: medium;
	margin: 0px;
}
#ordforklaring H2 {
	font-size: small;
}
P {
	font-size: 100%;
	margin: 0px;
	margin-bottom: 8px;
}
A {
	color: #E16E0A;
	text-decoration: none;
}

A:hover {
	color: #B25300;
	text-decoration: underline;
}
A.begrep {
	border-bottom:  dotted 1px #B25300;
}
A.begrep:hover {
	border-bottom:  solid 1px #B25300;
	text-decoration: none;
}
ul, ol {
	margin-left: 1em;
}
li {
	margin-top: 0em;
	margin-bottom: 0em;
}