From 51301d0057393348b5aef9d9b0dd2b91bed7e7ef Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 27 May 2012 14:32:50 -0400 Subject: Change anchor styles. --- (limited to 'main.css') diff --git a/main.css b/main.css index 64a9ce7..4ccdbb6 100644 --- a/main.css +++ b/main.css @@ -34,11 +34,14 @@ li { font-size: 10pt; font-family: sans-serif; } -a { - color: #000000; - text-decoration: underline; +a:link, a:visited { + color: #0F1FA0; font-family: sans-serif; } +a:hover, a:active { + color: #333333; + text-decoration: underline; +} ul { margin: 0px 0px 12px 16px; } -- cgit v0.9.1