#newsticker {
	display: block;
	margin: 375px auto 0;
	border-top: 1px dotted #fff;
	width: 800px;
}

#newsticker h2 {
	font-weight: lighter;
	margin-bottom: 20px;
	text-shadow: 2px 2px 2px #333
}

#newsticker ul {
	margin-top: .5em;
	padding-left: 0;
}

#newsticker li {
	list-style: none;
	line-height: 110%;
}

#newsticker li a:link, #newsticker li a:visited {
	text-decoration: none;
	color: #fff;
}

#newsticker li a:hover {
	text-decoration: none;
	color: #000;
}

#newsticker .datum {
	font-size: 80%;
	color: #fff;
	line-height: 100%;
}