#news-ticker {
	border-bottom: 1px fuchsia solid;
	border-top: 1px fuchsia solid;
	display: none; 
	margin: 5px 0;
	overflow: hidden;
	padding: 2px 0;
}

#news-ticker-body {
}

#news-ticker-body strong {
}

#news-ticker-body a:link, #news-ticker-body a:visited, #news-ticker-body a:active {
	color: fuchsia;
	text-decoration: none;
}

#news-ticker-body a:hover {
	color: fuchsia;
}

#news-ticker-body span {
	text-decoration: underline;
}