ssartjb
Hi,
You can use Inspect Element editor in your browser and see how elements are styled.
For example with the footer link, you can override below style:
/* Link color */
#bottomwrap a {
color: #5f8743;
}
/* Hover */
#bottomwrap a:hover, #bottomwrap .zen-menu-heading:hover, #bottomwrap li a:hover span {
color: #87c38f;
}
The same with copyright section:
http://prntscr.com/kybni8
http://prntscr.com/kybnut