eccola:
<html>
<head>
<title>il sito dell'associazione sotterraneo</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="style1.css">
<script type="text/javascript" language="JavaScript">


if(navigator.appName == "Microsoft Internet Explorer" &&
parseInt(navigator.appVersion) >= 4){
ie4 = true;
}
else {
ie4 = false;
}

function changeColor(){
if(ie4){
what = window.event.srcElement;
if(what.className == "link"){
if(what.style.color == "green"){
what.style.color = "lime";
}
else {
what.style.color = "green";
}
}
else {}
}
}

document.onmouseover = changeColor;
document.onmouseout = changeColor;

//-->
</script>

</head>
<body style="text-align:left">
<h2 id="boxheader"><img src=titolo.jpg> usi costumi e tradizioni</h2>
<div id=container1></div>







</html>