@CHARSET "UTF-8";

/* ******************************** Comment **************************************** */

div.comment
{
	font-size                  : 0.9em;
	padding                    : 20px 2px 20px 2px;
	border-bottom              : 1px solid #AAAAAA;
}

div.comment .title
{
	font-size                  : 1.25em;
	font-style                 : italic;
	font-weight                : bold;
}

div.comment .title a
{
  color                      : #443333;
}

div.comment .title a:hover
{
  color                      : #665555;
}

div.comment .time
{
	font-size                  : 0.9em;
}

div.comment .cont
{
	margin-top                 : 6px;
}

