First pass on a sub-header functionality
diff --git a/static/css/style.less b/static/css/style.less
index 6b2a52b..14763db 100644
--- a/static/css/style.less
+++ b/static/css/style.less
@@ -91,7 +91,7 @@
   margin: auto;
 
   header {
-    padding: 20px 20px 20px 40px;
+    padding: 20px 40px 20px 40px;
     border-top: @light-grey 1px solid;
     border-bottom: @light-grey 1px solid;
     text-align: center;
@@ -101,6 +101,19 @@
       font-size: 15px;
       text-transform: uppercase;
     }
+
+    p#header {
+      color: @black;
+    }
+
+    p:not(#header){
+      a {
+        color: @dark-grey;
+        &:hover{
+          color: @accent;
+        }
+      }
+    }
   }
 
   article {