Are you posting about the same question? If you are, why do you think posting your style sheet is going to help when your HTML page cannot link to your style sheet as I explained previously?
You won't know if your style sheet has any problems until your page links to it.
If you don't know how to link properly to a style sheet from an HTML page, you need to check out resources like
http://www.w3schools.com/
BTW, just in case you didn't understand my first response. The code I quoted was the code I copied from your HTML page. It's supposed to show you that the link is badly formed. It's not meant to show you what it's supposed to be.
If you can't see that the link element is badly formed, I strongly suggest you check out some HTML/CSS tutorials so that you can see what you should be doing. The w3schools site I refer to above would be a good starting point.
Cheers
PAE