Hey @Lawrencepepper,
We unfortunately cannot help with CSS customizations—it’s a thing you have to take the reins on yourself (you can read more about this in the “Product Support” section of this page → http://theeventscalendar.com/terms).
That being said, you can target month view links with CSS along the lines of the following:
.tribe-events-month-event-title a {
color: #cc9900 !important;
}
If you need to write custom CSS on your site, definitely check out a [free!] tool like Firebug if you use FireFox, or the Developer Tools for either Safari or Chrome. They have “Inspector” tools that let you zoom right over the element whose styles you would like to change.
I hope this helps!
George