diff --git a/www/index.php b/www/index.php
index 29649bbd70704c21635734797c71c432a79bfc03..1f7e5844450d6a743aeff894750127d233eb5da9 100644
--- a/www/index.php
+++ b/www/index.php
@@ -19,7 +19,7 @@ $local_results = '';
 $page->addScript('http://www.google.com/jsapi' . (empty(UNL_Search::$jsapiKey) ? '' : '?key=' . UNL_Search::$jsapiKey));
 $page->head .= '
 <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
-<link rel="stylesheet" type="text/css" href="http://directory.unl.edu/css/result_list.css" />
+<link rel="stylesheet" type="text/css" href="http://directory.unl.edu/css/result_lists.css" />
 <link rel="stylesheet" type="text/css" href="searchCSS.css" />
 ';
 if ($template == 'Mobile') {
@@ -122,4 +122,4 @@ $page->maincontentarea .= '
 ';
 echo $page;
 
-?>
\ No newline at end of file
+?>