下面是改过的代码,应该能解决你的问题。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/htmlcharset=utf-8" />
<title>无标题文档</title>
</head>
<style type ="text/css">
<!--
body {
background-color:#fff
}
.STYLE1 {
color: white
font-size:36px
font-family: "Times New Roman", Times, serif
background-color:red
letter-spacing:10px
border:blue solid 5px
}
.STYLE1 a:link,.STYLE1 a:visited{
color:yellow
background-colour:#55555
width:100px
}
.STYLE1 a:hover,.STYLE1 a:active{
color:black
background-colour:#99999
width:100px
}
-->
</style>
<body>
<h1 align="left" class="STYLE1"><a href="#">HELLO</a></h1>
</body>
</html>