If you want to store your stylesheet somewhere on your site as a separate file, you can import it into whatever pages you want to apply it to. Just use this line of code, which goes into the <head> of your HTML document. It can also be hacked into the <body> if need be.
<style> @import url(http://www.yoursite/stylesheets/acoolstyle.css); </style>

Browse Our Tutorials
Cheat Sheets
Color Charts
Cut & Paste Code