diff --git a/css/style.css b/css/style.css index 8915c3b..63f1c24 100644 --- a/css/style.css +++ b/css/style.css @@ -2,6 +2,24 @@ body { font-family: sans; background-color: #000000; } + +a:link { + text-decoration: none; + color: #c0c0c0; +} +a:visited { + text-decoration: none; + color: #c0c0c0; +} +a:hover { + text-decoration: none; + color: #c0c0c0; +} +a:active { + text-decoration: none; + color: #c0c0c0; +} + .content { padding: 4px; }