This text will change in response to the addRule and removeRule methods.
The embedded stylesheet specifies p {color: green;}. Adding a rule will add the rule p {font-size:18pt} to the first (in our case, only) stylesheet.
Removing a rule deletes whichever rule is specified. If no index value is specified in the removeRule method, then the last rule in the rules collection of the specified stylesheet will be deleted.