CSS rules follow the syntax 'selector { property: value }' where the selector is followed by curly braces containing the property and value separated by a colon. The property: value pair uses a colon, not an equals sign. Options B and D incorrectly use '=' and parentheses instead of braces.