Blockquote paragraph color not behaving

I just changed the blockquote paragraph color from deep blue to light cream. Yet the new color is not showing up in the quote at the bottom of page Jacobs Pillow – More Than Dance | Federal House Inn. What am I missing?

blockquote, .author-box, .breadcrumb, .sticky, .taxonomy-description, .wp-caption {
    background-color: #014351;
    border: 1px solid #E6E6E6;
    color:#FCF7E3;
}

blockquote p{
    /*color:#FCF7E3; Paul changed 8/20/2011*/
    color:#ECE7D7;
}

Trying clearing your browser cache as the color displays fine for me

Hmmm. I just cleared my Firefox cache, and the color still looks deep blue. I tried in on another computer, also with Firefox, and it’s till blue. Same as when I use IE. Are you saying you are seeing it as cream color? That’s what I changed the color to in CSS.

Aha! I changed the color, while I was thinking I changed background-color. Silly me.