diff --git a/features.css b/features.css
index 3d5f5f8..4061f8f 100644
--- a/features.css
+++ b/features.css
@@ -30,6 +30,7 @@ div.features-form-links ul#features-form-links li a {
     padding:5px 5px 4px 4px;
     border-left:1px solid #eee;
     border-bottom:1px solid #eee;
+    color: #000;
     cursor:pointer;
     }
 
@@ -38,6 +39,7 @@ div.features-form-links ul#features-form-links li a {
     background:#fff;
     border:1px solid #ccc;
     border-right:0px;
+    color: #000;
     margin-right:-1px;
     }
 
@@ -45,6 +47,7 @@ div.features-form-links ul#features-form-links li a {
 div.features-form-package {
   border:1px solid #ccc;
   background:#fff;
+  color: #000;
   padding:10px;
   margin:0px 0px 20px;
   display:none;
