Imagine having a main body text div and a navigation div for a website. What if you want to make links in the body text green instead of blue, but have the links in the navigation div be red? If you use CSS to make links green, then all links turn green. However, styling the navigation div text red with CSS seems to result in link attributes overriding the div's link style. How can specific links be targeted when no classes are assigned to them?