Although the pages look identical, they are actually pulled from the same template file in Drupal but have different URLs.
nyc.thedelimagazine.com/snacks
In my document head, I've included a style rule that overrides a stylesheet further up the cascade:
a:link, a:visited {
font-size: 12px;
}
The font size is too large, and while the CSS override works for the first link, it doesn't apply to the second. The larger font only appears after voting in the poll and reloading the page to see "See full results | About".
Additionally, I'm unable to edit the linked CSS file via FTP because the Owner/Group is set to "apache" instead of my user name, hence why I require the override.