diff --git a/index-list.css b/index-list.css
new file mode 100644
index 0000000..6d4c0f1
--- /dev/null
+++ b/index-list.css
@@ -0,0 +1,30 @@
+ol.list-group li:nth-child(even)
+{
+
+background-color:#f2f2f2;
+}
+
+ol.list-group li a
+{
+text-decoration:none;
+font-weight:bold;
+font-size:1.1em;
+}
+
+ol.list-group li a:hover
+{
+color:tomato;
+}
+ol.list-group li
+{
+font-weight:bold;
+font-size:1.1em;
+}
+div.container p a{
+text-decoration:none;
+font-weight:bold;
+}
+div.container p a:hover
+{
+color:tomato;
+}
\ No newline at end of file
diff --git a/index.html b/index.html
index 8cc2c3d..76cc350 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
-
+