Changed heading levels
diff --git a/index.html b/index.html
index 7d745b1..7174292 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
 
         <div class="content">
             
-            <div class="item">
+            <div>
 
                 <h2>Httplib2</h2>
                 <p>A comprehensive HTTP client library, <code>httplib2.py</code> 
@@ -61,7 +61,7 @@
 
                 </dl>
 
-<h2>Usage</h2>
+<h3>Usage</h3>
 
 <p>A simple retrieval:</p>
 
@@ -108,12 +108,12 @@
 must not be used when handling this request.
 </p>
 
-<h2>Requirements</h2>
+<h3>Requirements</h3>
 
 <p>Requires Python 2.3 or later. Does not require
 any libraries beyond what is found in the core library.</p>
 
-<h2>Download/Installation</h2>
+<h3>Download/Installation</h3>
 
 <p>The httplib2 module is shipped as a distutils package.  To install
 the library, first unpack the distribution archive, and issue the following
@@ -129,9 +129,17 @@
 <p>You can also get the sources directly from the SourceForge hosted
   subversion repository.</p>
 
-<blockquote><pre>svn co https://svn.sourceforge.net/svnroot/httplib2/trunk httplib2</pre></blockquote>
-  
-<h2>To Do</h2>
+<pre>svn co https://svn.sourceforge.net/svnroot/httplib2/trunk httplib2</pre>
+
+
+<h3>Feedback</h3>
+
+<p>Bugs and enhancement requests are handled through  
+<a href="http://sourceforge.net/projects/httplib2/">SourceForge</a>, and anything is up for discussion
+on the <a href="http://sourceforge.net/mail/?group_id=161082">httplib2 mailing list</a>.
+</p>
+
+<h3>To Do</h3>
 
 <p>This module is not perfect and needs the following:</p>
 <ul>
@@ -141,11 +149,11 @@
     <li>More unit tests</li>
 </ul>
 
-<h2>Project Goal</h2>
+<h3>Project Goal</h3>
 
 <p>To become a worthy addition to the Pyhton core library.</p>
 
-<h2>Additional Information</h2>
+<h3>Additional Information</h3>
 
 <p>
    <dl>