.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_both {
	clear: both;
}
.clear_fix {
	float: none;
	clear: both;
}
.align_center {
	text-align: center;
}
.align_left {
	text-align: left;	
}
.align_right {
	text-align: right;	
}

.testing_border {
	border: 1px solid blue;
}