The reason seems to be the text-decoration for links in the style used that tells the web browser to underline links at the page. If this is a problem for you, you might add the following line in the styelsheet named 'Layout', for both the elements div#header and div#header h1 a :
Code: Select all
text-decoration: none;