#tic {
/* enter any styles for the ticker below */
	font-size: medium;
	line-height: 20px;
	font: "Arial Narrow";
	font-weight: bold;
	text-align: center;
}
#tic * {
/* this will hide all children tags */
	font-size: 1em;
	margin:0px;
	padding:0px;
	display:none;
}
#tic a {
/* add more tags to this list if you wish to display them inside the children */
	display:inline;
}
