html, body					{ margin:0; padding:0; }
#newsticker					{ position:relative; margin:0; padding:0; }
#newsticker ul				{ margin:0; padding:0; min-height:1.6em; list-style-type:none; }
* html #newsticker ul			{ height:1.6em; margin:-4px 0 0 0; overflow:visible; }
#newsticker ul li,
#newsticker ul li a				{ margin:0; padding:0; font:bold 11px Arial, Helvetica, sans-serif; color:#ffa311; text-decoration:none; }
#newsticker ul li a:hover		{ text-decoration:underline; }
#newsticker li.error,
#newsticker li.error a			{ color:#f00; }

