i only played around with it a little bit, but it looks like these are the two styles that you can modify to change the appearance of people's posts...
[php]
.windowbg
{
font-size: 12px;
color: #000000;
font-family: verdana, arial, helvetica, serif;
background-color: #afc6db;
}
.windowbg2
{
font-size: 12px;
color: #000000;
font-family: verdana, arial, helvetica, serif;
background-color: #f8f8f8;
}
[/php]