/* CSS Document */

body {
        background-color: beige;
        front-family: Arial;
     }


h1   {
         color: white;
         background-color: black;
     }
     
h2   {
         color: blue;
     }

p    {
        text-align: center;
     }             
 
     
ul   {  
         list-style-type: disc;
     }
     

table   {
             border-collapse:collapse;
        }

