Hi Bassguy,
Not sure about your caching question, but for the stylesheet question, yes, you can apply background and font-family to stylesheets. Just do something like this:
body { background-color:green; }
p { font-family:arial, sans-serif; color:blue; }
Be sure you link to your stylesheet...