This commit is contained in:
Karl Burkhart
2011-01-18 09:37:23 +00:00
parent 103d4b78f0
commit 88a1771ac6
+13 -3
View File
@@ -37,16 +37,26 @@ A:visited
color: blue;
}
A:focu
{
cursor:hand;
}
A:hover
{
text-decoration: underline;
color: black;
cursor:hand;
}
A:active
{
text-decoration: underline;
color: blue;
}
A:hover
.cursor:hover
{
text-decoration: underline;
color: black;
cursor: pointer;
}
BODY,H1,H2,H3,H4,H5,H6,P,I,TD,TH