This is the css for setting the color for h1 text that is linked:
.nav-left h1 a, a:visited{
color:#055830;
}
<div class="nav-left">
<h1><a href="/index.php/housing/">Housing</a></h1>
</div>
It does not look like it is working appropriately, any help is appreciated.