diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php
index e51e3826e4031259375f20b3f510f6b4addd8e98..4823c3d99883956fb6e997d1f9e61193ecaf3162 100644
--- a/customindex/views/default/customindex/content.php
+++ b/customindex/views/default/customindex/content.php
@@ -24,7 +24,7 @@
 				<div class="splash_headline">		
 					<h4>Huskers Around the World</h4>
 					<p>
-					UNL community members are doing fantastic work around the world. Featured Huskers:
+					UNL community members are doing fantastic work around the world. <a href="#">Featured Huskers</a>:
 					</p>
 					
 					<!-- row 1 -->
diff --git a/customindex/views/default/customindex/css.php b/customindex/views/default/customindex/css.php
index 3f1c624acf3212456d7632e6066339a7be68f6ff..69f18b120199fe8235a78544906d59fbbc4afc28 100644
--- a/customindex/views/default/customindex/css.php
+++ b/customindex/views/default/customindex/css.php
@@ -63,6 +63,18 @@
 		color:#666;
 		padding:12px 24px;
 	}
+	#headlines div.splash_headline a, #headlines div.splash_headline a {
+		text-decoration:none;
+		color:#cc0000!important;
+	}
+	#headlines>div.activepanel a, #headlines>div:hover a, #headlines>div.activepanel a:focus, #headlines>div:hover a:focus {
+		text-decoration:underline;
+		color:#fff!important;
+	}
+	#headlines div.splash_headline a:hover {
+		text-decoration:none;
+		color:#fff!important;
+	}
 /* original code for three equal panels on the right side
 	#headline1 div.splash_headline {
 		border:0 !important;
@@ -90,7 +102,9 @@ end three equal panels */
 	#headlines>div.activepanel h4, #headlines>div:hover h4{
 		color:#fff;
 	}
-	
+	#headlines>div:hover {
+		cursor:pointer;
+	}
 	
 	#posters {
 		position:relative;