.ticker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e75a1;
	font-weight: bold;
}
a.tickerHot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e75a1;
	font-weight: bold;
}

a.tickerHot:link {
	color: #4e75a1;
	/*text-decoration: underline;*/
	font-weight: bold;
}

a.tickerHot:visited {
	color: #4e75a1;
	/*text-decoration: underline;*/
	font-weight: bold;
}

a.tickerHot:hover {
	color:#663399;
	text-decoration: underline;
	font-weight: bold;
}
