Thank you! I changed the button link text color to dark grey:
.linktree a:hover,
.listlevel1 a:hover {
text-decoration: none !important;
}
.buttonlist a:hover {
color: #464646;
text-decoration: none !important;
}
...now it's perfect. Thank you very much! I really appreciate your help very much! You made my day!