/* Testen einiger CSS1 Konstrukte */

BODY    {
        font-family:    Tahoma, Verdana, 'Myriad Web', Syntax, sans-serif; 
        font-size:      x-large;
        color:          black;
        background:     white;
        margin-top:     1.58em;
        margin-left:    1.58em;
        margin-right:   1ex;
        margin-bottom:  1.58em;
        padding-top:    0;
        padding-left:   0;
        padding-right:  0;
        padding-bottom: 0;
        border-top:     0;
        border-left:    0;
        border-bottom:  0;
        border-right:   0;
        width:  auto;
        }

P.wichtig {
        background-color: yellow;
        color: red;
        }

P.hinweis {
        background-color: silver;
        color: maroon;
        font-style: italic;
        }

P.zentriert {
        text-align: center;
        }

P.rechts {
        text-align: right;
        }
