@charset "utf-8";
/* CSS Document */

body {
	background:url(imgs/bakgrunn.jpg);
	font-family:"Century Schoolbook", Georgia, "Times New Roman", serif;
	font-size:13px;
	color:#000000;
}

.img1 {
	border:1px solid #32332e;
}

a {
	text-decoration:none;
	color:d15400;
}

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

a:visited {
	text-decoration:none;
	color:d15400;
}

a:active {
	text-decoration:none;
	color:d15400;
}