<html>
<head>
<style type="text/css">
<!--
body { background: #FFFF00;}

a { color: black; Text-decoration: none;}

a:hover { color: red;}
/*Farbe bei überfahren eines links mit der Maus*/

a:visited { color: blue}
/*Besuchte links*/

a:active {color: #FF00FF}
/*links die gerade angeklickt werden*/


-->
</style>

</head>
<body >
</body>
</html>
