
    img.center {
    position: absolute;
    left: 50%;
    width: 400px;
    margin-left: -200px;     /* negative HŠlfte von width:400px */
    top: 50%;
    height: auto;
    margin-top: -250px;      /* negative HŠlfte von height:150px */
    transform: rotate(-1deg);
    
    }


body { color: #555; font-size: 10px; font-family: serif; font-weight: bold; text-transform: uppercase; word-spacing: 1px; letter-spacing: 1px; }


p {}
td {}
a:link { color: blue }
a:visited { color: purple }
a:hover { color: purple }
a:active { color: red }
