    body {
          background-color:  lightblue;
        
    }
    a:hover  {
        color: blue;
           background-color: red;
    }
    a  {
        color: black;
        background-color: lightblue;
        text-decoration: none;
   
   
  