/* CSS Document */
.bakgrunn {
	background-image: url(images/utieuropa_10.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.farge {
	background-color: #BB22BB;
}
h1 {
	font-size: 16px;
	color: #BB22BB;
}
.ramme {
	border-top: thin dotted #BB22BB;
	border-right: thin dotted #BB22BB;
	border-bottom: thin dotted #BB22BB;
	border-left: thin dotted #BB22BB;
}

