The Element Selector and Generic Class Selector both select this block.
The Element Selector, the Generic Class Selector, and the Paragraph-specific Class Selector all select this block.
All 4 Selectors select this block. The ID Selector wins being the most specific.
Each ID must be unique per page, but a style class can be used multiple times.
Therefore, class selectors are more versatile than ID selectors.
Styles applied as the value of the HTML style attribute (inline-styles) are the most specific (highest specificity).
Inline Styles will override styles applied by ANY Selector. This is the lowest level in the cascade.