background-color and color
BODY { background-color: yellow }
H2 { color: red }
H3 { color: blue }
In this example:
<BODY>'s background is yellow
<H2>'s color is red
<H3>'s color is blue