body{
  
  font-family: "Arial Narrow", 
}

nav{
  background-color: whitesmoke
    padding: 10px;
}

nav a{
  Color:blue;
  text-decoration: none;
  
}

.active{
  text-decoration:underline; 
}