/* test */
.clearboth {
	clear: both ! important;
}
.clearleft {
	clear: left ! important;
}
.clearright {
	clear: right ! important;
}
.centertext {
    text-align: center ! important;
}
.righttext {
    text-align: right ! important;
}
.lefttext {
    text-align: right ! important;
}
.leftimage {
    float: left ! important;
}
.rightimage {
    float: right ! important;
}
