<style type="text/css">
<!--
.link1	{	font-size: 15pt;
		text-decoration: none;
		color: blue;
	}
.link2	{	font-size: 15pt;
		font-weight: bold;
		font-style: italic;
		font-spacing: 3pt;
		text-decoration: none;
		color: blue;
	}
A	{	text-decoration: none;
	}
// -->
</style>
</head>
<a class="link1" onmouseover="this.className= 'link2';" onmouseout="this.className= 'link1';" href="seite.html">Link</a>
</HTML>
