.meny {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	font-weight: 100;
	color: #FFFFFF;
}
.rubrik {
	font-family: "Lucida Sans Unicode";
	font-size: 16px;
	color: #333333;
	font-weight: normal;

}

.text {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #000000;
}
.underrubrik {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

a.vanlig:link {
	font-family: "Lucida Sans Unicode";
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
a.vanlig:visited {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.vanlig:hover {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color:#000000;
}
a.vanlig:active {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #000000;
}

a:link {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: EB9C35;
}
a:active {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #FFFFFF;
}
.bg {
	background-color: #DFEDFD;
}
