1. The list-style properties describe how list items (i.e., elements with a display value of "list-item") are formatted. The list-style properties can be set on any element, and it will inherit normally down the tree.
If statement #1 above is passed, the list below should have a list style image of an oval button. The rule applied is "ol { list-style-image: url(ovalbbut.gif);}".
This p element and the paragraph above should be UA-default. The rule stated is "p {list-style-type: square}" which should have no effect. All other properties of this page should be UA-default.