.link
 {
  text-decoration = "none";
  color = "#000040";
 }

.menuLink
 {
  text-decoration = "none";
  color = "#000000";
 }
a:hover 
 {
  text-decoration = "underline";
  color = "#ff0000;
 }

