ul#news_scroller {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	font-family:arial;
	/* optional styles for appearance */
	width: 800px;
	height: 20px; /* height should be included to reserve visual space for the marquee */

	background-color: #144A73;
	border: 1px solid #999999;
}

ul#news_scroller li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */
	color: #C0E3F4;
font-family:arial;
	font-size:12px;
	/* optional styles for appearance */
	padding: 3px 5px;
}
ul#news_scroller li a {
	color: #FFFFFF;
	text-decoration: none;
	font-family:arial;
		color: #C0E3F4;
}
span.news_headline {
	font-weight: bold;
	color: #FFFFFF;
	font-family:arial;
}
