/*** This is public style of css, inder to set the html and body ***/
html,body
{
	width:100%;
	height:100%;
	/* Set the outside border */
	margin-top:0%;
	margin-left:0%;
	margin-right:0%;
	margin-bottom:0%;
	/* Set the inside border */
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	font-family:Microsoft YaHei;
	font-size: 16px;
}
a:link{
	text-decoration: none;
	color: blue;
}
a:visited{
	color:#000000;
	color: blue;
}
a:hover{
	color: #A7CE39;
}
a:active{
	color: #FF0000;
}
