.formatTabelleSx {
	font-family: "Comic Sans MS";
	font-size: xx-small;
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
	cursor: hand;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 2px;
	margin: 0px;
}
a:visited {
	color: #996633;
}
a:hover {
	color: #FF00FF;
}
a:active {
	color: #CC00FF;
}
