.commentlist li { /* Used on the comments.php */
	list-style:none;
	margin-bottom: 10px;
	margin-left: -25px;
	border: 1px dotted #CCCCCC;
	padding: 10px;
}

.postdata a:link, .postdata a:visited, .postdata a:active { /* Used on the comments.php */
	color:#84472B;
	text-decoration:none;
}

.postdata a:hover { /* Used on the comments.php */
	color:#84472B;
	text-decoration:underline;
}