* {
    margin: 0;
    padding: 0;
	font-size: 16px;
    list-style: none;
}
a {	text-decoration:none;}
img {
    border: 0;
}
body, td, th {
    font-family: 微软雅黑;
    font-size: 16px;
    color: #333;
}
::selection {
    background:#cce8cf; 
    color:#2b7734;
}

