background-color and color

BODY { background-color: yellow }

H2 { color: red }

H3 { color: blue }

In this example: