
.cntr { text-align : center !important }
.left { text-align : left }
.right { text-align : right }

.lfloat { float : left }
.rfloat { float : right }

.white { color : #fff }
.red { color : red }
.green { color : green }
.hidden { display : none }
.invis { visibility : hidden }

.clear { clear : both }
