LINK
is it possible to add css rules for rel=\"external\" ?
Use the attribute selector:
a[rel="external"] { color: red }
http://jsfiddle.net/thirtydot/yUmJk/
Works in all modern browsers, and IE7+