a:link {
	text-decoration: none;
	color: #CCCCCC;
}

a:active {
	color: #CCCCCC;
	text-decoration: underline overline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline overline;
}
.Überschrift {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;

}
.Text {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;



}
.highlighted {
	font-weight: bold;
	text-decoration: underline;
}
