diff --git a/browserid/static/css/style.css b/browserid/static/css/style.css
index 1afd0ae2d434477e9a279c1b030c38b6b3f7904b..228a0a20df61431e2a3ab4b560d820fd2cee0c4d 100644
--- a/browserid/static/css/style.css
+++ b/browserid/static/css/style.css
@@ -130,11 +130,17 @@ header > #manageLink:hover {
     opacity: 1;
 }
 
-a {
+header a {
     color: #fff;
     text-decoration: none;
 }
 
+a {
+    color: #666;
+    text-decoration: none;
+    border-bottom: 1px dotted #666;
+}
+
 a:hover {
     opacity: .6;
 }
@@ -168,9 +174,6 @@ footer .right img {
     margin-bottom: -5px;
 }
 
-footer a {
-    color: #666;
-}
 
 footer .right p {
     text-align: right;
@@ -188,12 +191,6 @@ footer .copyright {
     padding: 0;
 }
 
-#steps a {
-    color: #666;
-    text-decoration: none;
-    border-bottom: 1px dotted #666;
-}
-
 .step  {
     margin: 1em 0 2em 0;
     padding: 0 0 0 50px;