A commonly used technique is to append a timestamp at the end of every request, like:
<link href="mywebsite.com/style.css
This way your browser shouldn't find any cached content for that exact url, thus downloading everytime the file.
Anyway you could probably think whether this is really what you want, or if you need some tweaking on the caching system in the web server.