/* DATEI: format.css */

body    {
            background-color:     silver;    
            font-family:        Arial;
        
}
p        {
            text-align:            center;
        }            
h1      { 
           color:            red;
           background-color: yellow;
        }
h2        {
            color:               blue;
}
ul        {
            list-style-type:  circle; 
}

ol        {
            list-style-type: lower-alpha; 
}