Added auto-counters.
diff --git a/users/m1.php b/users/m1.php
index ed9efe4..e73f533 100644
--- a/users/m1.php
+++ b/users/m1.php
@@ -36,7 +36,7 @@
 		there yet.
 		
 		<p>
-		<span class="feature">1.</span>
+		<span class="feature"></span>
 		You can create a new BPEL process file in any project by choosing 
 		<tt>New -> Other ... ---> BPEL Process File.</tt>. 
 		</p>
@@ -56,7 +56,7 @@
 		</div>		
 				
 		<p>
-		<span class="feature">2.</span>
+		<span class="feature"></span>
 		Some BPEL specific activities were added to the palette, such as the 
 		Repeat Until loop.
 		</p>
@@ -66,7 +66,7 @@
 		</div>
 
 		<p>
-		<span class="feature">3.</span>
+		<span class="feature"></span>
 		A few bug fixes to stabilize the build.
 		</p>
        		
diff --git a/users/m2.php b/users/m2.php
index 163c0a9..e4347d3 100644
--- a/users/m2.php
+++ b/users/m2.php
@@ -23,7 +23,7 @@
 ?>		
 
 <div id="maincontent">
-	<div id="midcolumn">
+	<div id="midcolumn" style="counter-reset: featureId;">
 		<h1><?=$pageTitle?></h1>
 		<h2>What's in M2 ?</h2>
 		
@@ -34,7 +34,7 @@
 		</p>
 	
 		<p>
-		<span class="feature">1.</span>
+		<span class="feature"></span>
 		You can now create a new BPEL Project using a wizard. The project will be at some point
 		married to a runtime using the WTP server framework. Specifying a BPEL 2.0
 		facet on the project will eventually allow validation to hook.
@@ -57,7 +57,7 @@
 		
 		
 		<p>
-		<span class="feature">2.</span>
+		<span class="feature"></span>
 		The <b>Detail</b> Property Sheet for a BPEL variable will
 		show the structure of a variable. Variables in BPEL 2.0 can be of:
 		<ul class="indent">
@@ -78,7 +78,7 @@
 		</p>
 		
 		<p>
-		<span class="feature">3.</span>	You can browse for BPEL variable types
+		<span class="feature"></span>	You can browse for BPEL variable types
 		using the Variable Type Browser. It scans the specified locations 
 		(explicit imports, project, or workspace)
 		for WSDL and XSD files and is activated when clicking the <b>Browse ...</b>
@@ -107,7 +107,7 @@
 
 
 		<p>
-		<span class="feature">4.</span>
+		<span class="feature"></span>
 		Partner Links is the mechenism by which a BPEL process interrects with the
 		outside world. Much like variables in BPEL, Partner Links must be created
 		and assigned a Partner Link Type (PLT). 
@@ -131,7 +131,7 @@
 
         <p>
         
-        <span class="feature">5.</span> Partner Link Type browser is the mechanism
+        <span class="feature"></span> Partner Link Type browser is the mechanism
         by which a Partner Link is assigned its Partner Link Type.
         </p>
         The browser scans the specified locations 
@@ -148,7 +148,7 @@
 		
                 
         <p>
-		<span class="feature">6.</span>
+		<span class="feature"></span>
 		Most WSDLs, do not define <b>Partner Link Types</b>. 
 		More often WSDL will define <b>Port Types</b>.
 		The PLT browser will also show <b>Port Types</b>. When a port type is selected
@@ -174,7 +174,7 @@
 				
 		
         <p>
-		<span class="feature">7.</span>
+		<span class="feature"></span>
 		XPath Editor is used to create expressions in a variety of places. 
 		<b>While</b>, 
 		<b>RepeatUntil</b>, 
@@ -208,7 +208,7 @@
 
 
 		<p>
-		<span class="feature">8.</span>
+		<span class="feature"></span>
 		The <b>Imports</b> Property Sheet for the process displays all the entities (XSD and WSDL) 
 		imported in the BPEL Process being edited. You can manually Import a WSDL or a Schema
 		file or Remove an existing import. While the tool attempts to manage the
@@ -221,7 +221,7 @@
 
 
        <p>
-		<span class="feature">9.</span>
+		<span class="feature"></span>
 		The <b>Details</b> Property Sheet of the Partner Interaction activities
 		has been changed from the original implementation. 
 		
@@ -231,7 +231,7 @@
 		</p>
        
        <p>
-		<span class="feature">10.</span>
+		<span class="feature"></span>
 		The <b>forEach</b> BPEL 2.0 activity has been added.		
 		 <div class="screenshot">
 		   <img id="foreach" src="img/for-each.gif"/>