@charset UTF-8

.menubahr a{
  font-family: Verdana, Georgia, Sans-Serif;
  text-decoration:none; 
  color: gray;
}

.menubahr a:hover{
  background-color: gray;
  color: white;
}