Prova con:

<style media="screen">
@import url(style.css);
@import url(style_3col.css);
</style>


oppure:

<style media="screen">
@import "style.css";
@import "style_3col.css";
</style>