div.items {
}
div.items div.item {
	padding:0px 0px 30px 0px;
}
div.items div.item div.date {
	height:24px;
	line-height:23px;
	color:#ffffff;
	text-align:center;
	background:#00519e;
	width:65px;
	float:left;
	margin-right:6px;
}
div.items div.item div.title {
	height:24px;
	line-height:23px;
	color:#00519e;
	float:left;
}
div.items div.item div.title a {
	text-decoration:none;
}
div.items div.item div.title a:hover {
	text-decoration:underline;
}
div.items div.item div.context {
	clear:both;
	line-height:18px;
	padding:5px 0px 0px 0px
}

