/* DATEI: format2.css */

h1       {
            color:        blue; 
         }
ol       {
             list-style-type: lower-alpha;
         }

html     {
            font-family: Arial;
         }

a        {
           text-align: center;
         }
         
td       {
           border: solid;
         } 
      
th       {
           border: solid;
         }

table    {
            border-collapse:collapse;
         }
         
table    {
            width: 60%;
         }
         
th       {
           background-color: blue;
         }
         
th        {
            color: yellow;
          }
tr        {
             background-color: silver;
          }
th        {
            text-align: center;
          }

html      {
            background-color: silver;
          }
table     {
              margin: auto;
          }   

table     {
             text-align: right;
          }       