Comment se débarrasser de la bordure blanche sur la page HTML

<html>  
<head>  
    <style type="text/css">  
        body { margin:0; }  
    </style>  
</head>  
<body>  
    Hello World!!!  
</body>  
</html> 
Creepy Constrictor