Place this code in custom.css, and change to suit your requirements:
.custom #header #logo a {
color: #111111;
text-decoration: none;
}
.custom #header #logo a:visited {
color: #111111;
text-decoration: none;
}
.custom #header #logo a:hover {
color: #ffffff;
text-decoration: underline;
}
.custom #header #logo a:active {
color: #ffffff;
text-decoration: none;
}
.custom #header #tagline {
color: #111111;
font-weight: normal;
padding-left: 10px;
}