I'm putting CSS on my site, and I was wondering if it's better to put a block of code in each page, or link all my HTML files to one css file. Does it slow down page loading when you link it? Does the CSS file go into the cache, so after loading on the first page, it will load instantly for the next? Thanks.

