/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
 HTML content. To learn how to do something, just try searching Google for questions like
   "how to chan ge link color." */

body {
  background-color: red;
  color: black;
  font-family: Verdana;
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
 u1{
  list-style-type: none;
  margin: 0; 
  padding: 0;
  overflow: hidden;
  background-color: #5DCEF0;
}

li {
  float: left;
}

li a{
  display: inline-block;
  color: white;
  text-align: center;
  padding 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #057FA4
}

  
  
  
  
  
  
  
  
  
  
  
  
}