Advertisement
| 10.04.2008 at 05:48AM PDT, ID: 23787263 | Points: 500 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: |
thats the css:
table.art {
color: #3f321b;
}
A:link {
text-decoration: none;
color: #333333;
}
A:visited {
text-decoration: none;
color: #333333;
}
A:active {
text-decoration: none;
color: #333333;
}
A:hover {
text-decoration: underline;
color: #333333;
}
|
Advertisement