#newsticker a{
	padding-left:3em;
	padding-right:3em;
}
#newsticker a{
	text-decoration:underline;
	font-weight:bold;
	background-color:#333;
	color:white;
	opacity: 0.7;
}
#newsticker a:hover{
	color:white;
	background-color:#666;
	cursor:hand;
}

