<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: #663366;
	background-color: #99cc99;
	margin: 0;
	font-family: Arial, Helvetica, Verdana;
}
p {
}
.rubrik{
	font-size: large;
	text-align: center;
	font-weight: bolder;
}
.manchet{ font-size: medium;}
.manchet_center{
	font-size: medium;
	text-align: center;
}

td {
	text-align: left;
	font-size: medium;
}
A:link {
	color: #3003c9;
	text-decoration: none
}
A:visited {
	color: #3003c9;
	text-decoration: none
}
A:active {
	color: #3003c9;
	text-decoration: underline
}
A:hover {
	color: #3003c9;
	text-decoration: underline
}
.log_head {
	color: navy;
	font-size: 80%;
	background-color: #fff;
	background-attachment: fixed;
	background-position: 500px 0;
	text-align: center;
}
.small {
	font-size: 85%;
}
.breadcrumb {
	font-size: 75%;
	background-color: #99cc99;
	background-attachment: fixed;
	background-position: 500px 0;
	text-align: center;
}
.red_background {
	background-color: red;
}
.citat {
	font-size: 90%;
	font-weight: lighter;
	text-align: left;
	margin-right: 50pt;
	margin-left: 50px;
}
.opgavehoved {
	color: #551f05;
	font-size: 110%;
	font-weight: 500;
	font-stretch: narrower;
	line-height: 110%;
	background-color: #aae0fa;
	text-align: left;
	text-indent: 20px;
}
</pre></body></html>