I have written in css file so that there is no gap at top. It works fine.
*{margin:0px;padding:0px;}
but i don't this to applied to particular page as i am getting the formatted text from a richtextbox control which is saved in database.
How to handle this? Is it valid to give 0.5 px in css?