ここにマウスを重ねると、囲み線がつきます

<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<title>光るリンク文字(枠つき)</title>
<style type="text/css">
<!--
a:hover { color: #FF0000;
border-style: double;}
a { text-decoration: none;}
-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<a href="dd.html">ここにマウスを重ねると、囲み線がつきます</a>
</body>
</html>