Update stylesheet.css
diff --git a/javadoc/stylesheet.css b/javadoc/stylesheet.css
index 5d48c84..526e6bf 100644
--- a/javadoc/stylesheet.css
+++ b/javadoc/stylesheet.css
@@ -41,11 +41,9 @@
     border:none;
 }
 a:link, a:visited {
-    text-decoration: none;
     color:#4A6782;
 }
 a[href]:hover, a[href]:focus {
-    text-decoration:none;
     color:#bb7a2a;
 }
 a[name] {
@@ -132,7 +130,6 @@
 }
 .bar a, .bar a:link, .bar a:visited, .bar a:active {
     color:#FFFFFF;
-    text-decoration:none;
 }
 .bar a:hover, .bar a:focus {
     color:#bb7a2a;
@@ -232,11 +229,9 @@
 }
 .topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
     color:#FFFFFF;
-    text-decoration:none;
     text-transform:uppercase;
 }
 .topNav a:hover, .bottomNav a:hover {
-    text-decoration:none;
     color:#bb7a2a;
     text-transform:uppercase;
 }