Fix link colors.

This commit is contained in:
Jeff Teunissen 2000-03-31 22:29:06 +00:00
parent 9a04c69c2b
commit 97d1509f4c

View file

@ -15,11 +15,11 @@ H1,H2,H3,H4,H5,H6 { font-family: Arial, Helvetica, sans-serif; }
DL,DT,DD { font-family: Arial, Helvetica, sans-serif; }
PRE,TT { font-family: "Courier New", Courier, sans-serif; }
/* Links */
A { color: rgb(102,102,221); text-decoration: none; }
A:visited { color: rgb(102,102,221); text-decoration: none; }
A:link { color: rgb(102,102,221); text-decoration: none; }
A:active { color: rgb(102,102,221); text-decoration: none; }
A:hover { color: rgb(255,102,102); text-decoration: none; }
A { color: rgb(170,170,255); text-decoration: none; }
A:visited { color: rgb(170,170,255); text-decoration: none; }
A:link { color: rgb(170,170,255); text-decoration: none; }
A:active { color: rgb(255,255,255); text-decoration: none; }
A:hover { color: rgb(255,170,170); text-decoration: none; }
/* Special link types */
A.maintitlebar { color: white; }
A.sortbutton { color: white; text-decoration: underline; }