@charset "utf-8";
/* CSS Document */
<!--
body {
	background-color: #585858;
	margin-left: 20px;
	margin-right: 20px;
	
}
.tekst {
	color: #E6E6E6;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
.link {
	color: #E6E6E6
}
.link2 {
	text-decoration: none; 
	color: #E6E6E6
}
.overskrift {
	color: #E6E6E6;
	font-family: "Trebuchet MS";
	font-size: 18px;
}
H1 {
    color: #E6E6E6;
	font-family: "Trebuchet MS";
	font-size: 14px;
} 
a.link:hover { color:#E30E14; }

.ikkese {
display: none;
}

-->
