#printCommentary {
	margin-top: 15px;
	font-size: 10px;
	color: #990033;
}

.pseudo {
	margin-top: 15px;
	border-bottom: 1px solid #990033;
	color: #990033;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 10px;
	line-height: 16px;
}
.pseudo img {
	float: right;
	margin-left: 5px;
	cursor: pointer;
}
.pseudo .date {
	float: right;
	color: #990033;
	font-weight: normal;
	font-size: 10px;
}

.Comment_Text {
	margin-top: 5px;
	color: #333;
	font-size: 10px;
}
