body {
  background-color: white;
}


      
a:link 
      {
      color: blue; font-size: 16px;
       }

a:hover {
	    color:white;background-color:blue;
        }
