

#ticker_box {
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
}

#ticker_box nobr {
    color:#EEEEEE;
}


#ticker_box a {
	text-decoration: none;
    color:#ee9104;
}

#ticker_box a:hover {
	text-decoration: underline;
    color:#ee9104;
}

