Web site logical path: [www.psy.gla.ac.uk] [~steve] [tmp] [this page]
Main idea: research border colour in DOM setup:
(DIV) > Ahref > SPAN > IMG

?Use java buttons to switch colour values; onload, onclick, mouseOver

COLOURS
Other values: none (unset);  auto, inherit,
		initial [css std default for that element]
-------

General border:	Red	Orange	Yellow	Pink

       Visited:	Green	Purple	PaleBlu	Brown


QUESTIONS
Does border colour get inherited throughout?
Does font/text colour get inherited throughout?

If I locally set font-colour, does that change img-border-color?

The trick with clipped imgs is:
Must define border but NOT its colour in intermed. SPAN, to get Ahref color
transmitted through to IMG; and then SPAN gets its border color from Ahref
text colour, which is from :visited.  [Check this]

Can I use java to inherit visited colour and set (say) bg to it?
Or copy border colour to a bg or to text?