diff --git a/In Javascript/airgap.html b/In Javascript/airgap.html
index 2b5903a..5c4420b 100644
--- a/In Javascript/airgap.html
+++ b/In Javascript/airgap.html
@@ -47,7 +47,7 @@
790 2093
+ Original machine code by William Entriken.
diff --git a/In Javascript/main.css b/In Javascript/main.css
index 1734f9b..bcdaab7 100644
--- a/In Javascript/main.css
+++ b/In Javascript/main.css
@@ -97,4 +97,15 @@ input[type="text"]:focus ,input[type="password"]:focus,textarea:focus,select:foc
input, textarea, keygen, select, button, isindex {
outline:none;
resize: none;
+}
+a
+{
+ color: white;
+ font-weight:bold;
+ background-color: rgba(220, 220, 220, 0.35);
+ text-decoration:none;
+}
+a:hover
+{
+ background-color: rgba(240, 240, 240, 0.52);
}
\ No newline at end of file