You can style generic links on your site; near the top of the stylesheet there will be a declaration like
a:link {
...
...
}
This sets the standard, and then various subtypes can have modifications to that.
You can style generic links on your site; near the top of the stylesheet there will be a declaration like
a:link {
...
...
}
This sets the standard, and then various subtypes can have modifications to that.