Despite setting text-decoration to none, I am still seeing an underline on the h1 element. For the full CSS code, you can check it out here. I'm a beginner in CSS and just modified some code I found online, so I apologize if the issue is obvious. If the problem isn't within the code below (where I suspect it might be), I will include any other relevant code.
You can view the page where this is happening here
#pagetop h1 , a:visited
{
display:block;
float:left;
line-height:90px;
color:#FFFFFF;
text-align:left;
font-size:27px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
float:left;
margin-left:23px;
text-decoration:none;
}