/* CSS Document */

body{
	margin:0px;
	font-family: "Microsoft YaHei" ! important;
}

*{
	margin:0px;
	padding:0px;
	border:0px none;
}

a:link {  
   color: #000000;  
   text-decoration: none;  
}
a:visited {  
	text-decoration: none;  
	color: #000000;  
}
  
a:hover {  
	text-decoration: none;  
	color: #000000;  
}
  
a:active {  
	text-decoration: none;  
	color: #FF0000;
}

