@charset "utf-8";
/* CSS Document */


a#denz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
a#denz:link {
	text-decoration: none;
}
a#denz:visited {
	text-decoration: none;
	color: #AE004C;
}
a#denz:hover {
	text-decoration: none;
	color: #AE004C;
}
a#denz:active {
	text-decoration: none;
	color: #666;
}
