I think you should look in index.css of the theme for
.table_list tbody.content td.info a.subject {
font-weight: bold;
font-size: 110%;
color: #007399;
}
and change the color to the one you like
for the bottom part I think this is the code in the same file
a:link, a:visited {
color: #346;
text-decoration: none;
}