@charset "utf-8";
/* CSS Document */
.newsticker {
	list-style-type : none;
	margin:0 0 0 0;
}
.newsticker li {
	height : 18px;
}
.newsticker a {
	height:18px;
	color : #000;
	font-size : 11px;
	text-decoration : none;
}
.newsticker a:hover {
	font-size : 11px;
	text-decoration : underline;
}

