<html> <head> <style> a.a1:link { font-size: 9pt; color: #000000; text-decoration: none; } a.a1:visited { font-size: 9pt; color: #999999; text-decoration: none; } a.a1:hover { font-size: 9pt; color: #FF6600; position: relative; top: 1px;} a.a1:active { font-size: 9pt; color: #333333; text-decoration: none; } a.a2:link { font-size: 9pt; color: #00ff00; } a.a2:hover { font-size: 10pt; color: #FF3300; position: relative; top: 5px; } a.a2:active { font-size: 9pt; color: #fffff; text-decoration: none; } </style> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>无标题文档</title> </head> <body> <center> <br> <br> <br> <br> <a href="" class="a1">123456</a> <a href="" class="a2">000000</a> </center> </body> </html> |