A.menu {
  text-decoration : none;
  font-family : Arial;
  font-size: small;
  font-weight : bold; 
}
  
A.menu:link, A.menu:visited, A.menu:active { color : Gray; }

A.menu:hover { color : Black; }

.titul  {
  font-family : Arial;
  font-size: medium;
  font-weight : bold;
  color : Black; 
}