Hi, I am writing a test suite for DOM2 CSS and have run into some problems. Given the following rule: P { border-color: red; color: green; border: solid medium; } ...what should I get if I query the specified value of 'border-top-color' on P? Hi, I noticed that in DOM2 Stylesheets document.styleSheets -- does it contain stylesheets for s to non-existent files ?