div#content div#newsticker a, div#content div#newsticker a:link, div#content div#newsticker a:visited, div#content div#newsticker a:focus, div#content div#newsticker a:hover {
	cursor:default;
}

@media print {
	div#content div#newsticker {
		display:none;
	}
}
@media screen {
	div#content div#newsticker {
		width:496px;
		height:24px;
		line-height:22px;
	}
	div#content div#newsticker * {
		font-weight:bold;
	        color:#000000;
	        margin:0px;
	        padding:0px;
	}
}
