Using the following line in a CSS file as the last rule should reset all _author_ styles to _user_ or _browser_ defined values: ```css * { all: revert !important; } ```
Using the following line in a CSS file as the last rule should reset all author styles to user or browser defined values: