You can apply the styles in CSS via an internal or external stylesheet or style them using styles in the tags, the best way is via an external stylesheet but below is the CSS code to style it in an externally linked stylesheet (place this in the stylesheet)
Code:
body {
background-color: #000000; /* Sets the background colour */
color: #FFFFFF; /* Sets the text colour */
}