/* Default CSS styles */
.break		{ clear:both; margin:0; padding:0; }
.fleft		{ float:left; }
.fright		{ float:right; }
.aleft		{ text-align:left; }
.acenter	{ text-align:center; }
.aright		{ text-align:right; }

/* widths */
.w200		{ width:200px; }
.w300		{ width:300px; }
.w400		{ width:400px; }
.w500		{ width:500px; }
.w550		{ width:550px; }
.w600		{ width:600px; }

/* margins */
.m5			{ margin:5px; }
