.item {
	font-family: sans serif;
	line-height: 1.5em;
	padding: 20px;
	margin: 20px;
	border: 2px solid #aaa;
	background-color: #eee;
}

.itemtitle {
	padding-bottom: 10px;
	font-size: 1em;
	font-weight: bold;
}

.itemauthor {
	padding-bottom: 10px;
	font-size:.85em;
	font-style:italic;
}

.itembody {
	padding-bottom: 20px;
 	font-size:.85em;
}


