=== modified file 'sites/all/themes/bluecheese/styles/typography.css'
--- sites/all/themes/bluecheese/styles/typography.css	2010-10-22 19:29:45 +0000
+++ sites/all/themes/bluecheese/styles/typography.css	2010-10-29 00:36:08 +0000
@@ -185,12 +185,20 @@
 
 a,
 a:link,
-a:visited,
 a:active {
   color: #0678BE;
   text-decoration: none;
 }
 
+a:visited {
+  color: #024585;
+  text-decoration: none;
+}
+
+#nav-content a:visited {
+  color: #0678BE;
+}
+
 a:hover,
 a:focus {
   color: #0678BE;

