@charset "UTF-8";
h1 {
	font: 150% Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font: bold 95% Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
}
.underrubrik {
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration: underline;
}

