@charset "utf-8";
/* 网页内容，通用设置 */

body{margin:0 0 0 0;}
/* margin: 上，右，下，左 = 0 边界 */

/* hyperlink 效果，字体白色 */
a:link {text-decoration:none; color:#fff;}
a:visited {text-decoration:none; color:#fff;}
a:hover {text-decoration:none; color:red;}
a:active {text-decoration:none; color:#fff;}

