--- /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Resources/Reader.html
+++ MyReader.html
@@ -38,11 +38,11 @@
 
         .page a {
             text-decoration: none;
-            color: rgb(32, 0, 127);
+            color: #9bf;
         }
         
         .page a:visited {
-            color: rgb(32, 0, 127);
+            color: #b9f;
         }
         
         #article pre {
@@ -97,7 +97,7 @@
         .page {
             font: 20px Palatino, Georgia, Times, "Times New Roman", serif;
             line-height: 160%;
-            text-align: justify;
+            text-align: left;
         }
     
         .page:first-of-type .title {
@@ -428,8 +428,8 @@
             margin-right: auto;
             margin-top: 10px;
             padding: 45px 70px;
-            color: black;
-            background: white;
+            color: white;
+            background: #222;
             border: 1px solid #c3c3c3;
             position: relative;
             overflow: hidden;
