fixed links

This commit is contained in:
dechutes 2003-05-09 10:16:33 +00:00
parent 8a1154a9d0
commit 48cd23a2de
1 changed files with 4 additions and 4 deletions

View File

@ -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 {