h2 {
	font-family: Geneva, sans-serif; 
	font-size: 13px; 
	text-decoration: underline;
	clear: both;
}

b {
	color: #FFF;
}

label {
	width: 110px;
	float: left;
	clear: both;
}

div.comment, div.commentAlt {
	width: 100%;
	border-bottom: 1px solid #FF6600;
	padding: 2px;
}

div.comment h2, div.commentAlt h2 {
	margin-top: 0px;
}

div.comment {
	background-color: #542100;
}

div.commentAlt {
	background-color: #663300;
}

p.stamp {
	text-align: right;
	margin-bottom: 0px;
}

#CommentForm input, #CommentForm textarea {
	border: 1px solid #F0A800;
	background-color: #000;
	color: #F0A800;
}