
body, html {
color: #FFFFFF; // this is the font color. You should see that all texts that don't have link are changed to white
font-size: 12px; // this is to change the default font size.
background: #1B0000; // this is to change the background color of the page.
}
body, html {
color: #FFFFFF;
font-size: 12px;
background: #1B0000 url("http://www.plurkpix.com/pix/Vu.png") no-repeat;
}
body, html {
color: #FFFFFF;
font-size: 12px;
background: #1B0000 url("http://www.plurkpix.com/pix/Vu.png") no-repeat top left;
}