/* CSS Document */
	#scroller {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		line-height:1.30em;
		color: #86959C;		
	}	
	
	.headlines {
		display:block;
		float:left;
		width:405px;
		padding:0;;
		text-decoration: none;
		color: #86959C;
	}
	.headlines:hover {
		color: #F8931C ;
		text-decoration: none;
	}
