Margins in Netscape

Assigning margins in the style sheet to the body tag. 

body,  {
	background: #FFFFFF;
	color : #000000;
	font-family : Arial,Helvetica, sans-serif;
	font-size: 9pt;
	margin-left : 5%;
	margin-right : 5%;
}

Is there a workaround to get the margins to be assigned in netscape. ?

Cheers 
J

Received on Thursday, 3 August 2000 04:44:07 UTC