body, p a{
        color:lightgrey;
        font-family: Arial,sans-serif;
        font-size: 11px;
        background-color:black;
        min-width: 10em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

html>body h1 {
        /*border-color: gray;  Farbangleichung an den Internet Explorer */

        }

body img{
         width:99.8%;
         border:0;
}