Is it just the top margin that isn't working - what about the indentation and justification ?
If none of the css is working double check you have linked in to the correct css stylesheet. I spent an age trying to work out why some styles didn't work only to realise my text file wasn't correctly linked to the relevant stylesheet.
Also worth using the "inspector" to see the order in which css rules are being applied to your text, something may be overriding the p.first declaration.
BobC
|