@charset "utf-8";
/* CSS Document */
.style1 {color: #000000}
.style2 {
	color: #000000;
	font-size: 14px;
}
.style3 {
	color: #000000;
	font-size: 18px;
}
.style5 {
	color: #000000;
	font-size: 16px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.empty {
	color: #929292;
}
.kantlinje {
	border: 1px solid #666
}