
   body
    {
     background-color: lightgrey;
    }
       
   div.banner
    {
     background-color: Ghostwhite;
     font-size: 30;
     margin: 0%;
     text-align: center;
    }
    
   div.list
    {
     background-color :lightgrey; 
     font-size: 25px;
     margin: 0% 30%;
     text-align: center;
    }   
   
   div.therest
    {
     background-color: #c1c1c1; 
     background-image: url("background.jpg");
     background-position: center;
     background-repeat: no-repeat;
     
    } 
   a
    {
     text-decoration: none; 
    }   
    
   a:active,
   a:link,
   a:visited
    {
     background-color: lightGrey;
     border-top: 1px solid lightgrey;
     color: Black; 

    }   
   a:hover
    {
     background-color: LightSteelGrey;
     color: Blue;
     font-size: 28px;
    }
     
