The style declarations which apply to the text below are:

P {margin-right: 20px;}
.one {border-right: purple double 10px;}
.two {border-right: purple thin solid;}


This paragraph has a background color of silver and a 20-pixel right margin, and it contains inline elements with classes of class one, which should have a 10-pixel purple double right border; and class two, which should have a thin solid purple right border. The line-height of the parent element should not change on any line.

TABLE Testing Section
 

This paragraph has a background color of silver and a 20-pixel right margin, and it contains inline elements with classes of class one, which should have a 10-pixel purple double right border; and class two, which should have a thin solid purple right border. The line-height of the parent element should not change on any line.