Adding CSS to make clickable text blue
I have created a custom page and added links with HTML. Currently, any clickable text is appearing the same color as non-clickable text. How can I change this to be blue so that it is obvious there is a link? Lithium provided me with the following code to add to the CSS Skins. Any suggestions or advice would be great!
.lia-body .lia-content .lia-message-body-content a, .lia-body .lia-content .lia-message-body-content a:link, .lia-body .lia-content .lia-message-body-content a:hover, .lia-body .lia-content .lia-message-body-content a:active, .lia-body .lia-content .lia-message-body-content a:focus, .lia-body .lia-content .lia-message-body-content a:visited{ color: #47B7E6;}
#lia-body .lia-content .lia-message-unread a { font-weight: bold; color: #47B7E6;}