CSS: 色と背景

テキストの色
color: <color>;
背景色
background-color: <color>;
背景の画像
background-image: <url>;
背景の画像の繰り返し方法
background-repeat: repeat|repeat-x|repeat-y|no-repeat;