Index: trunk/wp-content/themes/xpress_default/comments.php
===================================================================
--- trunk/wp-content/themes/xpress_default/comments.php	(revision 123)
+++ trunk/wp-content/themes/xpress_default/comments.php	(revision 143)
@@ -21,5 +21,5 @@
 
 <?php if ($comments) : ?>
-	<h3 id="xpress_comments"><?php comments_number(__('No Responses', 'xpress'), __('One Response', 'xpress'), __('% Responses', 'xpress'));?> <?php printf(__('to &#8220;%s&#8221;', 'xpress'), the_title('', '', false)); ?></h3>
+	<h2 id="xpress_comments"><?php comments_number(__('No Responses', 'xpress'), __('One Response', 'xpress'), __('% Responses', 'xpress'));?> <?php printf(__('to &#8220;%s&#8221;', 'xpress'), the_title('', '', false)); ?></h2>
 	<?php if (function_exists('wp_list_comments')) : ?>
 		<ol class="xpress_commentlist">
@@ -73,5 +73,5 @@
 <?php if ('open' == $post->comment_status) : ?>
 	<div id="respond">
-		<h3><?php _e('Leave a Reply', 'xpress'); ?></h3>
+		<h2><?php _e('Leave a Reply', 'xpress'); ?></h2>
 		<?php if ( function_exists('cancel_comment_reply_link') ): ?>
 			<div class="cancel-comment-reply">
