@charset "utf-8";
/* CSS Document */

/***********************CSS RESET*********************/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,   
form,fieldset,input,textarea,p,blockquote,th,td {   
    padding: 0;   
    margin: 0;   
} 
fieldset,img {
	border: 0;
	text-align: center; 
}
/***********************CSS OVERRIDE*********************/
body{
	height:100%;
	width:360;
	font-family:微软雅黑, "Times New Roman", Times, serif;
   font-size:22px; 
	text-align: center;
}

.blue {
	color: #36F;
}
.box{	
 	padding: 15px; 
	 width:330px;	 
}
