diff --git a/_layouts/default.html b/_layouts/default.html
index 6481fef..d6819c7 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -158,12 +158,7 @@
line-height: 23px;
font-weight: 400
}
- p a {
- color: #00326d
- }
- p a:hover {
- color: #c60c2b
- }
+
.brand-image {
height: 75px;
@@ -232,7 +227,28 @@
position: static;
}
+
.darkblue-container .darkblue-bar .darkblue-title .a {
+ line-height: 37px;
+ font-size: 22px;
+ font-size: 1.375rem;
+ color: #fff
+ font-family: "SharpSansWeb-Medium","Arial",Arial,sans-serif;
+ position: static;
+ text-decoration: none;
+ }
+
+ .darkblue-container .darkblue-bar .darkblue-title .a:visited {
+ line-height: 37px;
+ font-size: 22px;
+ font-size: 1.375rem;
+ color: #fff
+ font-family: "SharpSansWeb-Medium","Arial",Arial,sans-serif;
+ position: static;
+ text-decoration: none;
+ }
+
+ a, a:visited {
text-decoration: none;
}