diff --git a/src/DotNetMashup.Web/Views/Shared/_Layout.cshtml b/src/DotNetMashup.Web/Views/Shared/_Layout.cshtml
index 0f0058d..154df8e 100644
--- a/src/DotNetMashup.Web/Views/Shared/_Layout.cshtml
+++ b/src/DotNetMashup.Web/Views/Shared/_Layout.cshtml
@@ -11,7 +11,7 @@
@RenderBody()
diff --git a/src/DotNetMashup.Web/wwwroot/css/site.css b/src/DotNetMashup.Web/wwwroot/css/site.css
index 3185fb2..d32098f 100644
--- a/src/DotNetMashup.Web/wwwroot/css/site.css
+++ b/src/DotNetMashup.Web/wwwroot/css/site.css
@@ -74,6 +74,6 @@ code, pre {
color: #FFFFFF; text-align:center;
}
-a.head, a:hover, a:visited{
+a.headlink, a.headlink:hover, a.headlink:visited{
color: #FFFFFF; text-align:center;
}