If i have the following:
<div class="linkSet"><a href="#" class="main_link">link one a</a><a href="#" class="sub_link">link one b</a></div>
How do I set the CSS so if I hover over the first one, it changes the background colour for both anchor tags?