/* comment_area */
td.comment_area_user_name {
	color:#ff0000;
	font-weight:bold;
	font-size:14px;
}
td.comment_area_user_name a{
	color:#20866A;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
}
td.comment_area_user_name a:hover{
	color:#20866A;
	font-weight:bold;
	font-size:14px;
	text-decoration: underline;
}
table.comment_area  {
	margin:1px;
	border-bottom-color:#ffffff;
	border-bottom-width:thin;
	background:#EBEBEB;
}
