das
<body style="margin: 0; padding: 0">
hat funktioniert, aber das mit
body {padding: 0}
nicht! warum nicht?
(ich habe das ins css reingeschrieben:
<style type="text/css">
a:link { font-weight:bold; color:green; text-decoration:none }
a:visited { font-weight:bold; color:#00FF00; text-decoration:none }
a:hover { font-weight:bold; font-size:100%; color:#00A8EC; text-decoration:none }
a:focus { font-weight:bold; color:#00FF00; text-decoration:none }
body {padding: 0}
</style>