/* 牵手互动公共样式*/

*{
    margin:0;
    padding:0;
    text-decoration:none;
	list-style:none;
}
html,body{
	height:100%;
}
body,a{
    font: 12px/1.125 Microsoft YaHei;
    font-family: "微软雅黑";
}
img{ border:0;  }
a:link,a:visited{color:#fff;text-decoration:none}
a:hover,a:active{color:#fff;text-decoration:none}

.clear{
    clear:both;
}
