Specifically, I want to change the background color to something arbitrary.
I thought this section was the one I wanted:
body {
font-family:arial,helvetica,sans-serif;
background:#000000;
color:#ffffff;
font-size:12px;
}
but color changes here seem to do nothing at all.
Can anyone help me out? I'm not that familiar with php or css, but I'm pretty good at tinkering.