  .menu
  {
  
  font-weight:bold;
  text-decoration:none;
  border:0;
  cursor: pointer;
  color:rgb(255,255,255);
 }
 
 .menu:hover
  {
  
  font-weight:bold;
  text-decoration:none;
  border:0;
  cursor: pointer;
  color:rgb(102,0,0);
 }
