*** empty log message ***
diff --git a/index.php b/index.php
index 6bf4fd8..0615f1a 100644
--- a/index.php
+++ b/index.php
@@ -53,6 +53,6 @@
 	$html = ob_get_clean();
 	# Generate the web page
 	$App->Promotion = TRUE;
-	$App->AddExtraHtmlHeader('<link type="text/css" href="style.css" rel="stylesheet"/>');
+	$App->AddExtraHtmlHeader('<link type="text/css" href="/galileo/style.css" rel="stylesheet"/>');
 	$App->generatePage("Nova", $Menu, NULL, $pageAuthor, $pageKeywords, $pageTitle, $html);
 ?>
\ No newline at end of file