If you do use code from someone else, you need to see it for what it is and fix whatever it is that's not what you want or not correct. One thing I really dislike about Guido is his CSS formatting. It looks awful and it's harder to read.
Code:
p {
margin-top: 0;
margin-bottom: 0;
text-indent; 1.2em;
}
looks so much better then...
Code:
p
{
margin-top: 0;
margin-bottom: 0;
text-indent; 1.2em;
}