Thank you Jarret, wierdly this just changes the colour of the page title to red.
This is the additional CSS I have:
body{
background: #000000;
}
#content.site-content {
color: #ffffff;
}
#colophon .site-info {
display: none;
}
.page .entry-header {
color: red;
}