<!--
*{font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;}
body {margin:10px auto 0px 5px;font-size:12px;}
a:link {text-decoration:none;color:blue;}     /* 未访问的链接 */
a:visited {text-decoration:none;color:blue;}  /* 已访问的链接 */
a:hover {text-decoration:underline;color:red;}    /* 当有鼠标悬停在链接上 */
a:active {text-decoration:none;color:red;}   /* 被选择的链接 */

-->