.item .title {
	font-weight: bold;
	color: #ff7800;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.item .title a {
	color: #0066CC;
	text-decoration: underline;
}
.item .title a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0066CC;
}
.item .body {
	font-size: 80%;
	color: #333333;
	margin: 0px;
	padding: 10px;
	line-height: 140%;
}
