if you want to know what the code is to link a style sheet within you HTML i will show you.

this is the code:

<link href="http://www.yousite.com/style.css" rel="stylesheet" type="text/css">


just put this code in between the <head> and </head> HTML tags

hope this helps