diff --git a/default.css b/default.css index b5b5e2a..c10a663 100755 --- a/default.css +++ b/default.css @@ -4,7 +4,7 @@ h2 {font-size: large; color: #000055; } h3 {font-size: medium; color: #0055aa; } a:visited {background: transparent; color: #8888aa; text-decoration: none; } a:link {background: transparent; color: #0000aa; text-decoration: none; } -a:active {background: #ffcc00; color: #0000cc; } +a:active {/*background: #ffcc00;*/ color: #0000cc; } td.button { background: #eeeeee; text-align: center; } td.newsdate { background: #eeeeff; font-family: sans-serif; font-size: x-small; text-align: center; font-weight: bold;} td.newsitem { background: white; text-align: left;}