Testing Statement #4 Below of Section 5.4.2 of CSS1 Spec

PASS CRITERIA:

If statement #4 above is passed, this paragraph should have a letter spacing of 0.5 over default or UA-defined. The rule here is '#id1 {letter-spacing: 0.5em}"

This paragraph has a UA-defined letter spacing. Does it look like the one above? No explicit CSS rules are applied here.

THis h3 heading should have a letter spacing of 0.3em over the default. The rule applied is '#id2 {letter-spacing: 0.3em}".

This h3 heading is right-justified, so it may have a letter spacing of 0.3em over the default, or a modified one. Does it look like the heading above? THe rule applied is '#id3 {text-align: right; letter-spacing: 0.3em;}"

All other properties of this page should be UA-default.