body {
	color: white;
	background-color:#555559;
	font: 16px/125% HelveticaNeueW01-57Cn, "Helvetica Neue", sans-serif;
}
.newsitem {
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
}
.date {
	display: block;
}
.headline {
	display: block;
}
a, a.visited {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: white;
}
#tabs {
	list-style: none;
	margin-top: 4px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-right: 0px;
}
#tabs li {
	display: inline;
	cursor:pointer;
}
#tabs li:after {
	content: " | ";
}
#tabs li:last-child:after {
	content: "";
}
#tabs li.current {
	font-weight: bold;
}
.tab-content {
	display: none;
}
.tab-content.current {
	display: inherit;
	position: relative;
}