.newsticker {
	width:438px;
	height:20px;
	border:0;	
	margin:0;
	background-color: #e3c171;	
	text-align:left;
	padding:0;
}

#news {	
	margin:0;	
	padding:0 3px;
}


.newsticker ul li {
		list-style-type: none;
                font-size: 11px;
				
	}

.newsticker ul li a:link, a:active, a:focus, a:visited {
  list-style-type: none;
  font-size: 11px;color: #0033CC;
  text-decoration:none;
}
.newsticker ul li a:hover {
	list-style-type: none;
  font-size: 11px;color: #0033CC;
  text-decoration:underline;
}	