Figured out why my link colors weren't working. I was trying to define them only for the divs for the menu, but I forgot that I put the actual link tags outside the div tags so the whole thing would be clickable. Instead, I defined the colors for the container for the whole right area, and it Just Worked.