diff --git a/lam-0.4/style/layout.css b/lam-0.4/style/layout.css index c607cd72..be76102f 100644 --- a/lam-0.4/style/layout.css +++ b/lam-0.4/style/layout.css @@ -39,12 +39,12 @@ body { /* links */ a { color:blue; -text-decoration:underline; +text-decoration:none; } a:visited { color:blue; -text-decoration:underline; +text-decoration:none; } a:hover { @@ -52,6 +52,11 @@ color:red; text-decoration:none; } +a:active { +color:red; +text-decoration:none; +} + form { } input { font-weight:bold;