Custom class for the footer links

Hi,



I was migrating my store design from version 3 to version 4.



I have create a custom css for footer links



.Footlinn

{

}

.Footlinn a:link {

color: #C92064;

text-decoration: none;

line-height: 150%;

font-size: 10px;

}

.Footlinn a:visited {

text-decoration: none;

color: #C92064;

}

.Footlinn a:hover {

text-decoration: none;

color: #362f2d;

}

.Footlinn a:active {

text-decoration: none;

color: #000;

}



Applied this class Footlinn to that custom html block. It was working fine with version 3.



I coped the same css stuff to version 4 (using mychange addon - All other changes is working which are placed in mychange addon, so I cant point on it) I have placed this new code in mystyles.css and not in mystyles.lss







The same css class i applied to version 4 cart

The style change is not showing up.





I even used

?cc



nothing happens…





Any one do point me the blunder… which I am making .





Thanks,

up.png