* Added in-page TOC to all pages.
* Removed "Introduction" title from all pages.
diff --git a/pdk/docs/guide/lights.jd b/pdk/docs/guide/lights.jd
index 5437e63..4f19c5d 100755
--- a/pdk/docs/guide/lights.jd
+++ b/pdk/docs/guide/lights.jd
@@ -1,15 +1,18 @@
 page.title=Lights
 pdk.version=1.0
 @jd:body
- 
-<a name="toc"/> 
-<div style="padding:10px"> 
-<a href="#androidLightsIntroduction">Introduction</a><br/> 
-<a href="#androidLightsBuildingDriver">Building a Lights Library</a><br/> 
-<a href="#androidLightsInterface">Interface</a><br/></div></font></div> 
- 
-<a name="androidLightsIntroduction"></a><h2>Introduction</h2> 
- 
+
+<div id="qv-wrapper">
+<div id="qv">
+<h2>In this document</h2>
+<a name="toc"/>
+<ul>
+<li><a href="#androidLightsBuildingDriver">Building a Lights Library</a></li>
+<li><a href="#androidLightsInterface">Interface</a></li>
+</ul>
+</div>
+</div>
+
 <p>Android defines a user space C abstraction interface for LED hardware. The interface header is defined in 
 <code>hardware/libhardware/include/hardware/lights.h</code>.
 In order to integrate LEDs with Android you need to build a shared library that implements this interface. 
@@ -25,17 +28,17 @@
 </ul>
 </p> 
  
-<a name="androidLightsBuildingDriver"></a><h2>Building a Lights Library</h2>
+<a name="androidLightsBuildingDriver"></a><h3>Building a Lights Library</h3>
 <p> To implement a Lights driver, create a shared library that implements the interface defined in <code>lights.h</code>. You must name your shared library 
 <code>liblights.so</code> so that it will get loaded from <code>/system/lib</code> at runtime. 
 </p
 
  
-<a name="androidLightsInterface"></a><h2>Interface</h2> 
+<a name="androidLightsInterface"></a><h3>Interface</h3> 
  
  
  
-<p><span class="lh2"><a name="androidDoxygenNote"></a></span> 
+<p><span class="lh3"><a name="androidDoxygenNote"></a></span> 
  
 <p class="note"><strong>Note</strong>: This document relies on some Doxygen-generated content that appears in an iFrame below. To return to the Doxygen default content for this page, <a href="lights.html">click here</a>.</p>