change cms page link colors via inline css

So on a particular cms page I want to change the color of links that are generated using WIDGETS like CATEGORY CATALOG LINK using the widget/link/link_inline.phtml template.

I access Inspector Tool only to find:

create-return .action.remove, .form.send.friend .action.remove, .minicart-items .product-item-name a, .product-item-info .product.name a:hover {

color: #0a2e50;

}

This changes every link in the header, footer but what if i just want to concentrate on the body of a particular CMS page using inline css. What am I looking for to change? I tried a, a:hover, .pages a.page, .pages a.page { and nothing is working.

submitted by /u/kassius79
[link] [comments]