Worked it out!
Firebug displayed the name of the class within the HTML console window as
<body class=”blog single-author one-column content”>
but along the top of the firebug bar it displayed as body.blog, so have updated my css with:
body.blog article {
background-color: #FFFFFF;
}
This worked!
Thanks again for the help!