diff --git a/core/trunk/install/css/general.css b/core/trunk/install/css/general.css
index 2ddd8a743c8554d83a7ec91a7dec44568c6e1520..eebec2b68e7f3b24b20d0649fca474de43a6f788 100755
--- a/core/trunk/install/css/general.css
+++ b/core/trunk/install/css/general.css
@@ -10,14 +10,15 @@
     background-color: rgba(0,0,0,0.6);
 }
 
-a, a:visited {
-    color: #666;
-    font-size: 0.2em;
-    font-weight: normal;
-    padding-bottom: 1em;
-}
-
 h6 {
 	color: #777;
 	font-style: italic;
 }
+
+#titleLink {
+	color: #777;
+    font-size: 0.3em;
+    font-weight: normal;
+    padding-bottom: 1em;
+}
+