body {
	margin: 0;
	background: #b3a26e;
}


#container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 700px;
}



p {
	font-family: Tahoma;
	color: #000;
	font-size: 12px;
	text-align: justify;
	padding: 2px;
	line-height: 12px;
	margin: 5px;

}

h1 {
	color: #000;
	font-family: Tahoma;
	font-size: 15px;
	text-align: justify;
	padding: 10px;
	line-height: 12px;
}

.venstrestilt {
	float: left;
	padding: 3px;
}

.hoyrestilt {
	float: right;
	padding: 3px;
}

.midtstilt {
	text-align: center;
	padding: 3px;
}

img {
	border: 0;
}



em {
	font-style: italic;
}

strong {
	font-weight: bold;
}


a:link {
	color: #ffd038;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #ffad00;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #bf1f26;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #bf1f26;
	text-decoration: none;
	font-weight: bold;
}
