body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-attachment: scroll;
	background-color: #04162A;
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	background-image: url(img/bg-sky2.jpg);


}
a:link {
	font-weight: bold;
	color: #ffE7B5;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: ffe7b5;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;

}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFE7B5;
	font-style: italic;
}
.overskrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFE7B5;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}