@charset "utf-8";
h1 {
	color: #C20071;
}
h2 {
	color: #C20071;
}

.venstremenu {
	background-color: #db0182;
	height: 280px;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	line-height: 18px;
}
a:link {
	color: #C20071;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #C20071;
}
a:hover {
	text-decoration: none;
	color: #C20071;
}
a:active {
	text-decoration: underline;
	color: #C20071;
}
