.ticker {
	height: 32px;
	overflow: hidden;
	line-height: 30px;

}
ul.ticker li span{
	color: #2f3947
	margin-right: 6px;
	font-size: 20px;  
	padding: 10px 25px 10px 30px;
	text-decoration: none;
}

.ticker a:hover,
.ticker li:hover{
	color:#2f3947;
	text-decoration: none;
}

.ticker a,
.ticker li{
	color: #2f3947;
	font-size: 13px;
	list-style: none;
	text-decoration: none;
}