#news {
	width: 85%;
	margin: 10px auto;
}

.news {
	clear: both;
	margin-bottom: 35px;
}

.news .title {
	font-size: 1.4em;
	color: #09F;
	text-align: left;
	margin-bottom: 3px;
}

.news .info {
	font-size: 80%;
	color: #CCC;
	padding-bottom: 3px;
	border-bottom: 1px dashed #09F;
	margin-bottom: 3px;
}

.news .comments {
	font-weight: bold;
	margin-left: 20px;
}

.news .content {
	text-align: justify;
}

.news .content img {
	margin: 8px;
}