div.title {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

div.poster, div.editor {
	color: #333;
	font-style: italic;
	font-size: 10px;
}
div.editor {
	margin-bottom: 30px;
}
div.news hr {
	width: 50%;
	border: solid 2px #7878a2;
	margin: 10px;
}

#morenews {
	text-align: right;
	padding: 10px;
}

div.post {
	border: dashed 1px #7878a2;
	padding: 10px;
	margin: 10px;
}

div.newsblock {
	display: none;
	visibility: hidden;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	min-height: 100px;
}


