﻿li {
  display: inline;
}
.menu {
  text-decoration: none;
}
.menu:hover {
  background: #1f3;
}

html {
   background: #ff9;
}