<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>red and blue</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<style type="text/css">
<!--
a:link {
color: red;
}
div a:link {
color: blue;
}
-->
</style>
</head>
<body>
<p><a href="http://xy.de/">red</a></p>
<div><a href="http://xy.de/">blue</a></div>
</body>
</html>