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

body {
	background-color: #C8D4D4;
}
.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006666;
}

.tekst a {
	color: #7E3968;
	text-decoration: none;
}

.tekst a:hover{
	color: #006666;
	text-decoration: underline;
}

