Adding favicon and fixing footer link color on hover
diff --git a/css/theme.css b/css/theme.css
index f354eb8..263dc69 100644
--- a/css/theme.css
+++ b/css/theme.css
@@ -18,8 +18,11 @@
   text-decoration: underline;
 }
 
+/*re-set color and underline to override a bootstrap rule*/
 .nav li a:hover {
   background: transparent;
+  color: #CE7F2A;
+  text-decoration: underline;
 }
 
 .container {
@@ -82,9 +85,9 @@
 }
 
 .footer {
-    background: url('../images/footer-bg.jpg') no-repeat scroll center center / cover #242426;
-    color: #A8A7A9;
-    margin-top: 20px;
+  background: url('../images/footer-bg.jpg') no-repeat scroll center center / cover #242426;
+  color: #A8A7A9;
+  margin-top: 20px;
 }
 
 .footer li {
diff --git a/images/LDT_16.png b/images/LDT_16.png
new file mode 100644
index 0000000..171dfae
--- /dev/null
+++ b/images/LDT_16.png
Binary files differ
diff --git a/index.html b/index.html
index 16c5364..8bcf3c9 100644
--- a/index.html
+++ b/index.html
@@ -18,6 +18,7 @@
 <link href="/ldt/bootstrap/css/bootstrap-responsive.css" rel="stylesheet" />
 <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,300,600,100" rel="stylesheet" />
 <link href="/ldt/css/theme.css" rel="stylesheet" />
+<link rel="icon" type="image/png" href="images/LDT_16.png" />
 </head>
 
 <body>