
Originally Posted by
schoolboy
Exactly the same principle applies...
You would do well to use FIREFOX browser with Web Developer Toolkit and Firebug plugins.
These tools help you analyse and unpick a displayed page, so you can (amongst other things) identify what style classes and ID's apply to an element. Additionally, you can do offline edits to the stylesheets, thereby observing the effect of a stylechange in real-time.
When you have the desired style, you can "copy" the changes/additions and put them into the live stylesheet.