diff --git a/src/main/webapp/index.xhtml b/src/main/webapp/index.xhtml
index d011908..25d606f 100644
--- a/src/main/webapp/index.xhtml
+++ b/src/main/webapp/index.xhtml
@@ -27,6 +27,17 @@
+
+
+ Select a user and visit their projects
+
+
+
+
+
+
+
diff --git a/src/main/webapp/resources/css/styles.css b/src/main/webapp/resources/css/styles.css
index 034c2b4..91116b5 100644
--- a/src/main/webapp/resources/css/styles.css
+++ b/src/main/webapp/resources/css/styles.css
@@ -129,7 +129,7 @@ footer {
}
/* Project list item styling */
-#project-list {
+#project-list, #user-list {
font-family: Arial, sans-serif;
background-color: #f9f9f9;
padding: 20px;