diff --git a/lam/style/500_layout.css b/lam/style/500_layout.css index 15804e62..bb0d4291 100644 --- a/lam/style/500_layout.css +++ b/lam/style/500_layout.css @@ -38,13 +38,13 @@ body { /// links a { -color:darkblue; -text-decoration:none; +color:blue; +text-decoration:underline; } a:visited { -color:darkblue; -text-decoration:none; +color:blue; +text-decoration:underline; } a:hover {