You need to add the following to override your site's CSS (for some reason it has !important added)
So do:
.fbottom {
color: red!important;
}
You may also try this free plugin to override your css if you're not using a child theme already ;-)
http://wordpress.org/plugins/simple-custom-css/
Cheers!
Spence