#newsticker {

font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#ffffff;
	font-weight:normal;
	position:relative; 
	margin: -9px 0px 0px 0px;
	display:block;
	float:left;
}

#newsticker ul {
	list-style: none;
	height: 1.0em;
}

#newsticker li.error {
	color: #f00;
}

#newsticker a:link {text-decoration: none; color:#FFFFFF;}
#newsticker a:visited {text-decoration: none; color:#FFFFFF;}
#newsticker a:active {text-decoration: none; color:#FFFFFF;}
#newsticker a:hover {text-decoration: none; color: #C9C9C9; }
