è un modo come un altro di consentire rapidi cambiamenti a tutti gli elementi della pagina con un foglio di stile personalizzato. Il primo passaggio è chiaro

<body id="www-meyerweb-com">

Why? To allow anyone who wants to restyle my site to do so simply by
adding the appropriate rules to a user stylesheet. By using
descendant selectors starting with the site ID, the styles will apply
only to pages on my site
. So let's say you don't like my font
choice. Add the following to a user stylesheet:

#www-meyerweb-com {font: 1em Times, serif;}
#www-meyerweb-com * {font-family: Times, serif;}