diff --git a/css/default.css b/css/default.css index 39f5d71..aae6a75 100644 --- a/css/default.css +++ b/css/default.css @@ -82,3 +82,8 @@ div#footer img { left: 1%; padding-left: 1%; } + +div#content a, div#content a:visited { + color: rgb(0,204,0); + text-decoration: none; +}