If I define a Stylesheet Link in my Model, the Instances wind up with duplicates of the Stylesheet
Summary:
Incredibly stupid bug -- we were both inheriting the value from the Model and then walking up the tree to get the Model's Stylesheets. In this case, inheritance is incorrect: Stylesheets should cascade in proper CSS fashion, so we want to add the child's Stylesheets (if any) to the parent's.