diff --git a/userContent.css b/userContent.css
index 51139a365b63e89d553e6d53a9dfbc4d6dc4d063..c7f2ab446e9abcbe91620c95470cc2dacce1a83b 100644
--- a/userContent.css
+++ b/userContent.css
@@ -85,7 +85,20 @@
   }
 }
 
-@-moz-document domain(www.p-m-a.atx.at) {
+@-moz-document domain(domm.plix.at) {
 /* bad colour contrast */
-  body{ background-color: #FFFFFF !important; background: none; }
+  body{
+    background-color: #EEEEEE !important; background: none;
+    color: #000000 !important;
+  }
+  .box{
+    background-color: #FFFFFF !important;
+  }
+  .ibox{
+    background-color: #FFFFFF !important;
+  }
+  a:link    {color: #0000FF !important; text-decoration: none; font-weight: bold}
+  a:visited {color: #000088 !important; text-decoration: none; font-weight: bold}
+  a:active  {color: #0000FF !important; text-decoration: none; font-weight: bold}
+  a:hover   {color: #0000FF !important; text-decoration: none; font-weight: bold}
 }