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

div#changeArea{
	line-height: 1.5;
}
ul#fontSize {
	*zoom: 1; /*forIE6,7*/
	margin-bottom: 10px;
	list-style:none;
}
ul#fontSize:after {
	content: "";
	display: block;
	clear: both; 
}
ul#fontSize li {
	float: left;
	cursor: pointer;
}