Fix stylesheet error.
diff --git a/_projectCommon.php b/_projectCommon.php
index a3a3530..587a99d 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -35,7 +35,7 @@
 	$pageKeywords	= "eclipse, project, osgi, naming , gemini";
 	$pageAuthor		= "Bob Nettleton";
 	$pageTitle 		= "Gemini Naming";
-	$namingStyleSheet = "/gemini/naming/style.css";
+	
 
 
 	# top navigation bar
diff --git a/download.php b/download.php
index 95d5c65..69e12a9 100644
--- a/download.php
+++ b/download.php
@@ -11,7 +11,7 @@
  *******************************************************************************/
 
 	$pageTitle 		= "Gemini Naming - Downloads";
-	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/naming/style.css"/>');
+	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/gemini/naming/style.css"/>');
 
 	$html  = <<<EOHTML
 <div id="midcolumn">
diff --git a/index.php b/index.php
index 70bf7d1..ba56e78 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="$namingStyleSheet"/>');
+	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/gemini/naming/style.css"/>');
 	
 	$localVersion = false;