Here is my code:
.blue { color:#6E99E1; font-size:9px; }
<span class="blue">::<a href="/equipment_new.php">CLICK HERE</a>:: to view our New Equipment inventory. <br /><br /></span>
Just an addendum to the other responses, if you want your <a> tags to inherit the colour from their parent you can use
<a>
a {color: inherit; }
1.4m articles
1.4m replys
5 comments
57.0k users