wo muss dieser CSS alles rein (in welche dateien) damit sich der auf ALLE Links einer Seite bezieht, oder msus der in mehrere? wenn ja, in welche?

Code:
<style type="text/css">
<!--
a:link{color:#000000; text-decoration:none;}
a:visited{color:#000000; text-decoration:none;}
a:active{color:#000000; text-decoration:none;}
a:hover{color:#000000; font-weight:bold; text-decoration:none;}
-->
</style>
Kann mir da jemand helfen?