diff --git a/style.css b/style.css index 43431bf..8bc5d7d 100755 --- a/style.css +++ b/style.css @@ -8,6 +8,15 @@ h1, h2, h3, h4, h5, p { margin: 0; } +a, a:visited { + color: #FF5555; + text-decoration: none; +} + +a:hover { + color: #FF9999; +} + /* Main IDs forthe site */ #site { position: absolute;