No, you can add the css directly into the .html file. Just put in like this:
Code:
<head>
<style>
CSS GOES HERE!
</style>
</head>
Or you can make a *.css file and use the
tags.
If you want to use your css use the
Just use the Style="blah css goes here" attribute in either one.