ul.comments {
	list-style-type: none;
	margin-left: 0px;
}
ul.comments {
	/*
	background-image: url(gold.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	*/
}

table.comment {	
	width: 100%;
	border: 1px gold solid;	
	border-collapse: collapse;
}

table.comment tbody tr th, 
table.comment tbody tr td {	
	padding: 5px;
	background: LightYellow  ;
}
table.alternate tbody tr th, 
table.alternate tbody tr td {	
	background: Ivory ;	
}
td.comment_photo {
	width: 40px;
	padding: 5px;
	vertical-align: top;
}
td.comment_photo a img {
	width: 40px;
	align: left;
}
td.comment_title {
	font-size: 12pt;
	font-weight: bold;
}
td.comment_timestamp {
	text-align:right; 
	vertical-align: top;
}
a.comment_signature {
	font-weight: bold;
}
td.comment_reply {
	text-align: right; 
}

a.comment_reply {
	font-weight: normal;		
	margin-left: 30px;	
	padding-left: 20px;
	background-image: url(reply.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: DarkGoldenrod;
}
