The best advice I can give is to try to use Firebug for Firefox browser as explained above.
Go to the Appearance/custom css setting in WordPress Admin. Right click on the part you wish to change (the title) and choose “Inspect element with Firebug”. You will see the css code in your lower right corner. Copy that code into your Additional CSS field, and your change should show in the preview screen when your code is correct.
.archive_title {
color: #ccc;
font-size: 15px;
}
Here is the code for your category title on your page IBS. Change the values to what you want and look on the preview screen to see your changes…here is an example screen shot of Firebug in action. Remember to right-click on the element you want to examine…

Hope it helps you. Regards, Ed Sanders