mind if I continue it a little bit?

Just to share my experience on CSS.
For body part, mostly I will use below code, so that I don't need to change th text style on the table I'm going to create:
Code:
body {
font-family: Verdana, Tahoma, Arial, San Serif;
font-size: 8pt;
background: #ffffff;
}
You can use background image too, but this code:
Code:
background-image: url(images/background.jpg);
For the font-family, the more font you choose the better, cause not all computer has the same font like your computer
