*** empty log message ***
diff --git a/_projectCommon.php b/_projectCommon.php
index 6caf085..a3a3530 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -35,6 +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/index.php b/index.php
index ba56e78..70bf7d1 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="/gemini/naming/style.css"/>');
+	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="$namingStyleSheet"/>');
 	
 	$localVersion = false;