/* CSS Document */

.kantlinje_under {
	background-color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: thin;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #666633;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #000000;
}

