Okay, so I have index.php linking to styles.css. I also have a poll (polls/index.php) included in index.php, which links to its own stylesheet (polls/styles.css). Instead of simply styling the poll, though, it is ignored.. How can I have my second stylesheet overwrite the main stylesheet, but only for the poll section?