Ooooh, now i need help.

I've got a include file that's got some default styles:

Code:
<STYLE type="text/css">
A           {text-decoration:              none;}
A:LINK      {color:                        gold}
A:HOVER     {color:                        lightblue;
             font-weight:                  bolder}
A:VISITED   {color:                        gold}
A:ACTIVE    {color:                        white}
</STYLE>
now, i want to change that, but i don't want the links in the include file to change too.

I want 2 different styles on one sheet. Is it possible to do that?