@charset "utf-8";
/* CSS Document */

.center{
	text-align:center;
		
}


.tr{
	text-align:right;
	
}

.fr{
	float:right;
	
}

.fl{
	float:left;
	
}