.xticker A {
	padding: 5px 0;
                width:120px;
	background: transparent;
	font: 10px arial, sans-serif;
	color: #FFFFFF;
                text-decoration:none;
	z-index: 999;
}
.xticker A:hover {
	color: white;
	background: black;
                text-decoration:underline;
}

