Is it possible to have this for the public body:
body, .ow {
background-color: #000;
}
And for if logged in, then change the CSS to:
body, .ow {
background-color: #fff;
}
#h#2#h#
So in short, I want to have a different body color for public visitors and for members.