.news .item
{
	border-bottom: 1px black solid;
	padding-bottom: 1em;
	margin-bottom:2em;
}

.news .item .title
{
	font-size:200%;
	font-weight: bold;
}

.news .item .date
{
	margin-top:1.0em;
	font-size: 130%;
}

.news .item .summary
{
	font-size: 130%;
	/*font-variant: small-caps;*/
	margin-bottom: 1em;
}

.news .item .full
{
	font-size: 110%;
	text-align: justify;
}