Index: wp-content/themes/default/search.php
===================================================================
--- wp-content/themes/default/search.php	(revision 3003)
+++ wp-content/themes/default/search.php	(working copy)
@@ -22,7 +22,7 @@
 					<?php the_excerpt() ?>
 				</div>
 		
-				<p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?>  <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p>
+				<p class="postmetadata">Posted in <?php the_category(', ') ?> <b>|</b> <?php edit_post_link('Edit','','<b>|</b>'); ?>  <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p>
 			</div>
 	
 		<?php endwhile; ?>
Index: wp-content/themes/default/index.php
===================================================================
--- wp-content/themes/default/index.php	(revision 3003)
+++ wp-content/themes/default/index.php	(working copy)
@@ -14,7 +14,7 @@
 					<?php the_content('Read the rest of this entry &raquo;'); ?>
 				</div>
 		
-				<p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?>  <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p>
+				<p class="postmetadata">Posted in <?php the_category(', ') ?> <b>|</b> <?php edit_post_link('Edit','','<b>|</b>'); ?>  <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p>
 			</div>
 	
 		<?php endwhile; ?>
Index: wp-content/themes/default/archive.php
===================================================================
--- wp-content/themes/default/archive.php	(revision 3003)
+++ wp-content/themes/default/archive.php	(working copy)
@@ -43,7 +43,7 @@
 					<?php the_excerpt() ?>
 				</div>
 		
-				<p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?>  <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p> 
+				<p class="postmetadata">Posted in <?php the_category(', ') ?> <b>|</b> <?php edit_post_link('Edit','','<b>|</b>'); ?>  <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p> 
 
 			</div>
 	

