Testing Eighth Testable Statement of Sec 5.11 of CSS2 Specification

PASS CRITERIA:

If statement #8 above is passed, then this emphasized text should be bold, since this EM element is some descendant of a P element that is a first child. The rule applied is "P:first-child EM {font-weight: bold}".

This paragraph should have text-indent of 0. The rule is "div > p:first-child {text-indent: 0}

This link should be blue, because of rule "* > A:first-child {color: blue}". All other properties of this page should be UA-default.