body { 
	font-family: Arial;
	color: #ffffff;
	font-size: 12pt;
}
h1 { 
	font-family: Arial;
	color: #00330E;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-top: 4px;
 	margin-bottom: 4px;
}
.body_tekst { 
	font-family: Arial; 
	color: #833D12; 
	font-size: 10pt; 
}

a:link { 
	color: #ffffff; 
	text-decoration: none; 
	font-family: Arial; 
	font-size: 12pt; 
	font-style: italic;
}
a:visited { 
	color: #ffffff; 
	text-decoration: none;
	font-family: Arial;
	font-size: 12pt;
	font-style: italic;
}
a:hover { 
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}
a:active {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-size: 12pt;
	font-style: italic;
}