You would actually need to add code for the hyperlink in order for it to take affect. Here is whats showing up in your code –
#title a,
#title a:hover,
#description {
color: #333333;
}
Either override that, or recreate “#title a” with your own custom code.