If I define a Stylesheet Link in my Model, the Instances wind up with duplicates of the Stylesheet

(Bug, Closed -> Fixed, Priority: High, Test Status: No automated tests yet , Reported By Bad Link: Thing 3y284oe not found, )
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.