Hello,
go to your template_folder and open index.php and find line similar to this:
<link rel="stylesheet" href="<?php echo $template_path ?>/css/template_css.css" type="text/css" /> or
<link href="<?php echo $template_path ?>/css/template_css.css" rel="stylesheet" type="text/css" />
and before that line you can put code for your own stylesheet.
Best regards,
Nikola Mihajlovic