@charset "utf-8";

.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}