.floatl {
	float: left;
}
.floatr { 
	float: right;
}
.floatl, .floatr {
	margin: 5px 10px 10px 10px;
	padding: 5px;
}
