Is there a simple way to change how the embedded hyper links look like?
Currently, the default CSS (http://www.overunity.com/Themes/azure_11final_tp/style.css?fin11) (<-- this is a link) overrides:
a:link
{
color: #000000;
text-decoration: none;
}
a:visited
{
color: #800000;
text-decoration: none;
}
a:hover
{
color: orange;
}
So you only recognize a link when you over it with the mouse (or use the tab key) or have already visited it in the past, since it is otherwise black instead of blue and not underlined. I know one can override that in Firefox by unticking
Tools -> Options... -> Content -> Colors... -> [ ] Allow page to choose their own colors, instead of my selection above
but having, for example, a third style sheet to choose from using Menu
View -> Page Style would be nice.