
div#changeArea{
	line-height: 1.5;
}
ul#fontSize {
	*zoom: 1; /*forIE6,7*/
	margin-bottom: 10px;
	list-style-type: none;
}
ul#fontSize:after {
	content: "";
	display: block;
	clear: both; 
}
ul#fontSize li {
	background-color: #fff;
	border: 1px  solid #ccc;
	padding: 3px;
	margin-left: 5px;
	float: right;
	cursor: pointer;
}
ul#fontSize li:hover {
	background-color: #eee;
}
ul#fontSize li.active {
	background-color: #cee7ff;
}
ul#fontSize li.active:hover {
	background-color: #cee7ff;
}

