@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background:url(imgs/bakgrunn.jpg);
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:12px;
	color:#000000;
}

h1 {
	margin:0;
	font-size:16px;
	letter-spacing:1px;
	color:#993300;
	padding:0;
	text-align:center;
}

h2 {
	margin:0;
	font-size:13px;
	color:#993300;
	padding:0;
}

.style1 {
	font-size:10px;
	font-style:italic;
}

.style2 {
	font-style:italic;
	text-align:center;
}

.style3 {
	font-weight:bold;
	color:#993300;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#652408;
}

a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#652408;
}

a:active {
	font-weight:bold;
	text-decoration:none;
	color:#652408;
}

a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#652408;
}

a.text {
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
	color:#652408;
}

a.aktuelt {
	font-size:11px;
	text-decoration:underline;
	color:#652408;
}