Which CSS rule takes precedence over the others listed?
* {}
div.sidebar {}
div#sidebar2 p {}
.sidebar p {}