body {
	color: #000;
	background-attachment:fixed;
	text-decoration: none;
	font-family: Calibri;
	background-image: url(images/bakgrunn-bilde.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-weight: bold;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
}
a:hover {
	font-size: medium;
	color: #0F0;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

