/* Ticker */

#ticker {
clear:both;
display:block;
width:760px;
}

#ticker p {
font-size:0.8em;
}

#ticker a:link, #ticker a:visited, #ticker a:active {
	color: #000000;
	text-decoration: none; 
}
#ticker a:hover {
	color: #ff33ff;
	text-decoration: none; 
}
