body {
	background-color: #E0E0E0;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	scrollbar-face-color: #99CCFF;
	scrollbar-highlight-color: #99CCFF;
	scrollbar-shadow-color: #99CCFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	overflow: auto;
}

table {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #0099FF;
	cursor: hand;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
	cursor: hand;
}

.fedtekst {
	font-size: 14px;
	font-weight: bold;
}

.overskrift {
	font-size: 16px;
	font-weight: bold;
}