*** empty log message ***
diff --git a/index.php b/index.php
index 4b0eb06..5361dcc 100755
--- a/index.php
+++ b/index.php
@@ -11,7 +11,7 @@
  *******************************************************************************/
 
 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());
-	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/jpa/style.css"/>');
+	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="style.css"/>');
 	
 	$localVersion = false;
 	
diff --git a/pages/_index.html b/pages/_index.html
index 49a2632..763ada9 100644
--- a/pages/_index.html
+++ b/pages/_index.html
@@ -1,11 +1,11 @@
 <div id="links">
 <h3>Links</h3>
-<ul>
 <a href="/projects/project_summary.php?projectid=rt.gemini.jpa">About Gemini JPA</a>
-    <li><a href="download.php" title="Download">Module Downloads</a></li>
-    <li><a href="documentation.php" title="Documentation">Tutorials, Examples, Reference Documentation</a></li>
-    <li><a href="support.php" title="Support">Forum</a></li>
-    <li><a href="getting_involved.php" title="Getting Involved">SVN, Wiki, Committers</a></li>
+<ul>
+    <li><a href="download.php" title="Download">Downloads</a></li>
+    <li><a href="documentation.php" title="Documentation">Documentation</a></li>
+    <li><a href="support.php" title="Support">Support</a></li>
+    <li><a href="getting_involved.php" title="Getting Involved">Getting Involved</a></li>
 </ul>
 </div>
 
diff --git a/style.css b/style.css
index 6155a21..7fee109 100644
--- a/style.css
+++ b/style.css
@@ -13,6 +13,13 @@
 	padding: 0 10px 10px 10px;
 }
 
+#links {
+    padding: 6px 6px 6px 6px;
+    margin: 10px 10px;
+    list-style-type: none;
+    list-style-image: none;
+}
+
 h3 {
 	clear: both;
 }