Hi tangerine3,
Text color comes from this CSS property:
body
{
padding: 0;
margin:0;
color: #3D5266;
height:100%;
min-height:100%;
background-color: #B2C2D1;
background-image: url('images/Bottom_texture.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
min-width: 908px;
}
It's somewhere around line 250 in your style.css (color property)
Regarding background color change, I'm not sure which background you mean, but if it's white post background, also in style.css, line 1250:
.art-post-cc {
position: absolute;
top: 7px;
left: 7px;
right: 7px;
bottom: 7px;
background-color: #FDFDFD;
}
(background-color property)