
a {
	color: #3C1E00;
}
a:hover {
	color: #FF5E00;
}
a:active {
	color: #FF6F3A;
	text-decoration: blink;
}

body {
	background-color: #905400;
	color: #000000;
	font-family: sans-serif;
	text-align:justify;
}

#indhold {
	width: 500px;
	margin: 5px auto auto auto;
	padding: 15px;
	background-color: #FFE17D;
	
	border-color: #660000;
	border-style: solid;
	border-width: 5px;
	
	position:relative;
}

#navigation {
	position:absolute;
	top:2px;
	left:2px;
}

h1 {
	text-align:center;
}

h2 {
	text-align:right;
}

.update {
	color: #0D6F00;
}

img {
	float: right;
}