I'm happy with the way fontspec is working for me, but have one problem. I have the command:
\setmainfont[Color=393939]{URW Palladio L}
which colors all the text in my document. I have darker greys for headings.
The problem is that I want all hyperlinks to be automatically colored with the color of my choice. I use
\usepackage{hyperref}
\hypersetup{...urlcolor=orange}
Coloring hyperlinks like this works fine if I do not have the \setmainfont[Color=393939]{URW Palladio L} command, but it does not work when it is included.
Is there a way I can color all body text and also automatically color hyperlinks?
Kit

\urllinks, just not with\hreflinks. – Alan Munn Jul 01 '11 at 04:59\colormacro, which is overridden by the color specification for the font. URL work because they use a different font. – egreg Jul 01 '11 at 08:20