/* global */
* {
	word-break: break-all;
	font-family: "Microsoft Yahei", Verdana, Arial;
	-webkit-text-size-adjust: none;
}

body {
	margin: 0;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
}

body,
ul,
li,
dl,
dt,
dd,
form {
	margin: 0px;
	padding: 0px;
}

form,
input,
select,
textarea,
td,
th {
	font-size: 12px;
}

img {
	border: none;
}

ul li {
	list-style-type: none;
}

ol li {
	list-style-type: decimal;
}

/* links */
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #FF6600;
}

a.w:link,
a.w:visited,
a.w:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.w:hover {
	color: #F4F3F2;
}

a.b:link,
a.b:visited,
a.b:active {
	color: #225588;
	text-decoration: none;
}

a.b:hover {
	color: #FF6600;
}

a.g:link,
a.g:visited,
a.g:active {
	color: #666666;
	text-decoration: none;
}

a.g:hover {
	color: #FF6600;
}