.comments {
}
.comments .comment {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
}
.comments .comment .name {
	font-family: Georgia,'Times New Roman',times,serif;
	font-size: larger;
	border-bottom: 1px solid #cccccc;
}
.comments .comment .name a { text-decoration: none; }
.comments .comment .name a:hover { text-decoration: underline; }
.comments .comment .time {
	float: right;
	font-family: Georgia,'Times New Roman',times,serif;
	font-size: smaller;
	color: #999999;
}
.comments .comment .content {
	line-height: 1.5em;
}
.post .identifier {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	font-family: Georgia,'Times New Roman',times,serif;
	border-bottom: 1px solid #cccccc;
}
.post .input {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}
.post .bonga {
	display: none;
}
