<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
a:link{
color:red;
text-decoration:none;
}
a:visited{
color:pink;
text-decoration:none;
}
a:hover{
background-color:green;
color:yellow;
text-decoration:none;
}
a:active{
background-color:blue;
text-decoration:none;
}
-->
</style>;
</head>
<body>
<a href="http://www.baidu.com" target="_blank" >Baidu</a>
</body>