Have you tried removing
media="screen"? And you are placing the whole <style> stuff inside the <head>, aren't you?
Proceed little by little. For instance, use this:
Code:
<style type="text/css">
body { color: red }
</style>
see if it works, and if it does, start adding things one by one, until you find the culprit.