#newsticker {
	height: 38px;
	overflow: hidden;
}
#newsticker ul {
	background-color: #000;
	list-style: none;
	padding: 0px;
	margin: 2px 0px 0px 10px;
	font: 11px/12px Arial
}
* html #newsticker ul {
	overflow: hidden;
}

#newsticker a {
	color: #8A8871;
	text-decoration: none;
	font-weight: bold;
}