Add style sheet.
diff --git a/index.php b/index.php
index 885079f..e8de5b6 100755
--- a/index.php
+++ b/index.php
@@ -1,5 +1,6 @@
 <?php  																														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());    # All on the same line to unclutter the user's desktop'
-	
+	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="style3.css"/>' . "\n\t");
+
 	# Paste your HTML content between the EOHTML markers!
 	$html = file_get_contents('_index.html');