The first part of the title is controlled by the CSS in MTO->CSS Files->various css
HTML Code:
#sitetitle a .firstpart {
color: #000000;
}
The second part is controlled by the CSS in MTO->CSS Files->content.css
HTML Code:
a {
color: #0090d3;
text-decoration: none;
}