.boxtitel {
	color: white;
	letter-spacing: 1x;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-weight: bold;
	line-height: 18px;
}
.boxtext {
	color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-weight: normal;
	line-height: 16px;
}
.boxtext a:link {
	color: white; 
	font-weight: bold; 
	text-decoration: underline;
}
.boxtext a:visited {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
.boxtext a:hover { 
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}
.boxtext a:active { 
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

