/* body
{
	color:#000;
	background-color:#FFF;
	font-size:80%;
	font-family:verdana,arial,helvetica;
	
} */

div #tic {
	margin-top:-10px;
	min-height:100px;
	line-height:1.2em;
}
#tic
{
	/* enter any styles for the ticker below */
	font-size:0.8em;
	padding:10px 0;
	width:100%;
	line-height:20px;
	
}
#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;
}