Can I automatically add a CSS class to all custom links on my entire site? Which file could I patch to define a CSS class that applies to all custom links?
Example: <a class="custom_link" href="node/1">my link</a>

Thanks!
Andrew G