@champagne07, first off your site looks beautiful created with Photo Perfect. Thanks to your creativity.
Yes you can easily achieve this from custom stylesheet code.
Remove all inline hyperlink you that have previously added and use the following code.
.content-area a {
color: #0000ff;
}
Paste above code in Appearance -> Customize -> Theme Options -> Advance Options -> Custom CSS
If you do now wish to go back and revert them manually, then paste the following code.
.content-area a {
color: #0000ff !important;
}
Note : Change the HEX color code value to your own.
Hope this helps !