New list layout for the Download page.
diff --git a/download.php b/download.php
index b0d0263..6ff2874 100755
--- a/download.php
+++ b/download.php
@@ -17,6 +17,15 @@
 <h2>$pageTitle</h2>
 <p>All downloads are provided under the terms and conditions of the <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a> unless otherwise specified.</p>
 
+<h3>Update Sites</h3>
+<ul>
+<li>Eclipse 3.7 - <a href="http://download.eclipse.org/windowbuilder/WBPro/integration/3.7">Update Site</a> | <a href="http://eclipse.org/downloads/download.php?file=/windowbuilder/WBPro/integration/WBPro_v0.9.0_UpdateSite_for_Eclipse3.7.zip">Zipped Update Site</a> | <a href="http://eclipse.org/downloads/download.php?file=/windowbuilder/WBPro/integration/WBPro_v0.9.0_UpdateSite_for_Eclipse3.7.zip.MD5">MD5 Hash</a></li>
+<li>Eclipse 3.6 - <a href="http://download.eclipse.org/windowbuilder/WBPro/integration/3.6">Update Site</a> | <a href="http://eclipse.org/downloads/download.php?file=/windowbuilder/WBPro/integration/WBPro_v0.9.0_UpdateSite_for_Eclipse3.6.zip">Zipped Update Site</a> | <a href="http://eclipse.org/downloads/download.php?file=/windowbuilder/WBPro/integration/WBPro_v0.9.0_UpdateSite_for_Eclipse3.6.zip.MD5">MD5 Hash</a></li>
+<li>Eclipse 3.5 - <a href="http://download.eclipse.org/windowbuilder/WBPro/integration/3.5">Update Site</a> | <a href="http://eclipse.org/downloads/download.php?file=/windowbuilder/WBPro/integration/WBPro_v0.9.0_UpdateSite_for_Eclipse3.5.zip">Zipped Update Site</a> | <a href="http://eclipse.org/downloads/download.php?file=/windowbuilder/WBPro/integration/WBPro_v0.9.0_UpdateSite_for_Eclipse3.5.zip.MD5">MD5 Hash</a></li>
+<li>Eclipse 3.4 - <a href="http://download.eclipse.org/windowbuilder/WBPro/integration/3.4">Update Site</a> | <a href="http://eclipse.org/downloads/download.php?file=/windowbuilder/WBPro/integration/WBPro_v0.9.0_UpdateSite_for_Eclipse3.4.zip">Zipped Update Site</a> | <a href="http://eclipse.org/downloads/download.php?file=/windowbuilder/WBPro/integration/WBPro_v0.9.0_UpdateSite_for_Eclipse3.4.zip.MD5">MD5 Hash</a></li>
+</ul>
+
+
 <table>
   <tr>
     <th></th>
diff --git a/style.css b/style.css
index 0ed5ff3..9fc1781 100755
--- a/style.css
+++ b/style.css
@@ -13,11 +13,6 @@
 	width: 260px;
 }
 
-table {
-	border:1;
-	cellpadding:3;
-}
-
 h3 {
 	clear: both;
 }