also on this page

http://www.mysticscenthills.com/inde...oducts_id=8761

There are a number of text items that are white text on a white background

You will just need to add colour to the following rules
note i have put color: #000; (black) in the examples below but you can obviously use whatever colour you want

.wrapperAttribsOptions {
color: #000;
}

and

#productAttributes h3 {
color: #000;

}

.productInfoLink {
color: #000;
}
.productDateAdded {
color: #000;
}


if you are really lazy you can just paste the rules at the bottom of your stylesheet