

.news-ticker {
	height: 25px;
	border: 1px solid #999;
	border-width: 1px 0;
	position: relative;
	margin: 10px 0;
	overflow: hidden;
	font-size: 11px;
	}
	
	.news-ticker h2 {
		display: none;
		}
		
	.news-ticker .rss {
		position: absolute;
		top: 7px;
		right: 4px;
		width: 10px;
		height: 10px;
		background: url(rss.gif);
		text-decoration: none;
		}
		
		.news-ticker .rss strong {
			display: none;
			}
			
.news-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	.news-ticker li {
		margin: 0;
		padding: 0;
		}
		
	.news-ticker a {
		text-decoration: none;
		color: #666;
		line-height: 25px;
		}
	
		.news-ticker a:hover {
		text-decoration: underline;
		color: #000;
		line-height: 25px;
		}
				
