CSS-wise, you want to “catch” the selector A in a way that will override the other styles of the theme.
add this to the the stylesheet
A {
color:red!important;
}
you can even add fancy on hover effect:
A:hover {
color:blue!important;
}
the dummy image is just a random image every time.
what you want maybe is the gallery (or carousel) shortcode.