.justify				{ text-align: justify; }
.left					{ text-align: left; }
.right					{ text-align: right; }
.center					{ text-align: center; }
.float-left				{ float: left; margin: 10px 10px 10px 0px; }
.float-right			{ float: right; margin: 10px 0px 10px 10px; }
.noborder				{ border: 0px; }
