<HTML><HEAD><META http-equiv="Content-Type" content="text/html; charset=utf-8"></HEAD><BODY>I have the following style sheet defined and called by my Seaside program. All of the entries for h2 and table take effect but I can't change the background color or the text color of the main page. Can anyone explain why?<div><br></div><div><div>standardStyle</div><div><br></div><div>^ '? </div><div>body{</div><div>background-color: yellow;<div>color: red;</div></div><div>}</div><div><br></div><div>h2 { </div><div><span style="white-space:pre"> </span>font-size: 20pt; </div><div><span style="white-space:pre">        </span>font-weight: strong; </div><div><span style="white-space:pre">    </span>color: red;</div><div>} </div><div>table { } </div><div>td { </div><div><span style="white-space:pre">      </span>border: 2px solid #CCCCCC; </div><div><span style="white-space:pre">      </span>padding: 4px; </div><div>} th { </div><div><span style="white-space:pre">        </span>border: 2px solid #CCCCCC; </div><div><span style="white-space:pre">      </span>padding: 4px; </div><div>} th, td {</div><div>  text-align: left;</div><div>}</div><div>.LinkClass { font-size: 20pt; }</div><div><br></div><div>.field { background-color: lightgrey; } '</div></div><div></div></BODY></HTML>
<br><hr><pre>Message sent using Winmail Mail Server</pre>