Ciao a tutti.Ho la seguente riga di codice

<body bgcolor="#c6c6c6" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">


beh mi da i seguenti errori il validatore html 4.01



Line 69, column 35: there is no attribute "LEFTMARGIN"

<body bgcolor="#c6c6c6" leftmargin="0" topmargin="0" marginwidth="0" marginheigh


Line 69, column 49: there is no attribute "TOPMARGIN"

<body bgcolor="#c6c6c6" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">


Line 69, column 65: there is no attribute "MARGINWIDTH"

...="#c6c6c6" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">


Line 69, column 82: there is no attribute "MARGINHEIGHT"

...gin="0" marginwidth="0" marginheight="0">


Line 69, column 85: document type does not allow element "BODY" here

...="0" marginwidth="0" marginheight="0">

In neretto sono gli errori che mi mette in rilievo.

Ma dove sbaglio?