Forum Moderators: not2easy
If so, then it is easy.
You can apply link styles to links in just one div - like this for example:
#footer a {color:#ccc; text-decoration:none;}
#footer a:hover {color:#ccc; text-decoration:underline;}
That means that in the div with the id footer ONLY, your links will be pale grey and underlined on hover only.
Repeat with as many divs and link styles as you wish.