Add hX colors to css

Change-Id: Icd9ec81f6553b277d94092d2949da0dbb7724edc
diff --git a/static/main.css b/static/main.css
index 995623c..b8e1d6f 100644
--- a/static/main.css
+++ b/static/main.css
@@ -13,4 +13,14 @@
 .tooltip {
     font-size: 11pt;
     line-height: 1.1;
-}
\ No newline at end of file
+}
+
+h1 {
+	color: #00973A;
+	font-size: 2em;
+}
+	
+h2 {
+	color: #00973A;
+	font-size: 1.75em;
+}