diff --git a/style.css b/style.css index d7753e2..0256e47 100644 --- a/style.css +++ b/style.css @@ -10,10 +10,18 @@ body { margin-top:100px; font-size:14px; } -a { +a:link { color: #5fc; text-decoration: none; } +a:visited { + color: #5fc; + text-decoration: none; +} +a:hover { + color: #0bc; + text-decoration: none; +} #a { color: #0f0; }