no longer underline links

This commit is contained in:
Roland Gruber 2004-02-03 16:46:22 +00:00
parent 6ca7362406
commit 745fc64a05
1 changed files with 7 additions and 2 deletions

View File

@ -39,12 +39,12 @@ body {
/* links */ /* links */
a { a {
color:blue; color:blue;
text-decoration:underline; text-decoration:none;
} }
a:visited { a:visited {
color:blue; color:blue;
text-decoration:underline; text-decoration:none;
} }
a:hover { a:hover {
@ -52,6 +52,11 @@ color:red;
text-decoration:none; text-decoration:none;
} }
a:active {
color:red;
text-decoration:none;
}
form { } form { }
input { input {
font-weight:bold; font-weight:bold;