/* CSS Document */
body{
margin:0;
font-size:12px;
background-color: #ECF7F1;
}
a {
	font-size: 12px;
	color: #000000;
	cursor: crosshair;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.biaoti{
	font-size:14px;
	font-weight: bolder;
	color: #3300FF;
}

