External Stylesheet
If you want to store your stylesheet somewhere on your site as a separate file, you can link to it on whatever pages you want to apply it to. Just use this line of code, which goes into the <head> of your HTML document: <link rel="stylesheet" type="text/css" href="/css/mysitestyle.css" />