body {
	background-color: #edc;
	font-family: 'Arial narrow', sans-serif;
	font-size: 1em;
	}

a {
	text-decoration: none;
	color: black;
	background-color: inherit;
	}

a:hover {
	text-decoration: underline;
	color: #653;
	}

h1 {
	text-align: center;
	margin-bottom: 0.8em;
	font-size: 2.2em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #653;
	padding: 10px;
	background-color: inherit;
	margin-top: 2px;
	}
h2 {
	text-align: center;
	font-size: 0.7em;
	font-family: Trebuchet, sans-serif;
	font-weight: normal;
	}

#marg {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 95%;
	width: 300px;
	text-align: right;
	}
table.toppmeny {
	position: absolute;
	left: 350px;
	width: 500px;
	top: 20px;
	height: 25px;
	text-align: center;
	}
table.toppmeny td {
	padding: 5px;
	background-color: #000;
	}

table.toppmeny a {
	background-color: #000;
	color: #edc;
	font-family: verdana, sans-serif;
	font-size: 1em;	
	font-weight: bold;
	text-decoration: none;
	}
table.toppmeny a:hover {
	color: #fff;
	text-decoration: underline;
	}
#hoved {
	border: 5px solid #cba;
	position: absolute;
	left: 350px;
	width: 468px;
	height: 470px;
	padding: 10px 10px 10px 10px;
	top: 60px;
	color: #000000;
	background-color: #fff;
	font-family: Trebuchet, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	overflow: auto;
	text-align: justify;
	}
#bunn {
	position: absolute;
	left: 350px;
	bottom: 20px;
	}
#bunn img {
	border: 0px;
	}
.credits {
	font-family: 'Arial narrow', sans-serif;
	font-size: 0.8em;
	color: #edc;
	background-color: inherit;
	}

