@charset "UTF-8";

/* FLOATS */

.fl				{ float:left; }
.fr				{ float:right; }
.fn 			{ float:none; }
.scroll 		{ overflow: scroll; }