Below the #header rule, add a rule for all <a> elements inside the header section. Set color to white and text-decoration to none.
#header
<a>
color
white
text-decoration
none
Psst: this rule affects the links in the title and in the navigation.