All okay - I understand the behaviour. When text is hi-lighted, the SPAN style is available for use.
I defined a character style and saw the style appear on the Style Picker then quickly disappear. The new style is in the CSS but does not appear as a choice in the Style List. This is how the style is defined in the CSS:
SPAN.fn
{
font-weight: bold; font-family: arial}
Linda