BODY
   {
   font-family:Arial;
   background-color: white;
   }
ul 
   { 
   list-style-type: square;
   }
.center 
   { 
   text-align: center; 
   }
.just 
   { 
   text-align: justify; 
   }
.background 
   { 
   background-image: url('images/logo2.gif'); 
   background-repeat: repeat
   }
