DBAccess: restructure download pages
diff --git a/_projectCommon.php b/_projectCommon.php
index 22d102d..2754526 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -39,7 +39,7 @@
 	
 	# Define keywords, author and title here, or in each PHP page specifically
 	# $pageKeywords	= "eclipse, OSGi, gemini";
-	# $pageAuthor		= "Mike Keith";
+	# $pageAuthor		= "Juergen G Kissner";
 	# $pageTitle 		= "Gemini DBAccess";
 
 	# top navigation bar
diff --git a/resources/local.css b/resources/local.css
index 8ab1dfe..62c7039 100644
--- a/resources/local.css
+++ b/resources/local.css
@@ -54,3 +54,11 @@
 #novaContent li {
 	list-style-image: url("/gemini/images/bullet.png");
 }
+
+.toggle {
+	cursor: pointer;
+	color: #002E62;
+}
+
+.toggle:hover {
+	color: #0093CF;