@charset "utf-8";
/* CSS Document */
.float-left   { float:left }
.float-right  { float:right }

.align-left   { float:left; margin: 0 15px 0 0 }
.align-right  { float:right; margin: 0 0 0 15px }

.clear        { clear:both }

.center       { margin: 0 auto }

.margins      { margin:15px }
.push-top     { margin-top:15px }
.push-right   { margin-right:15px }
.push-bottom  { margin-bottom:15px }
.push-left    { margin-left:15px }

.border       { border:10px solid #eee }

.text-left    { text-align:left }
.text-right   { text-align:right }
.text-center  { text-align:center }
.text-justify { text-align:justify }

.underline    { text-decoration:underline }
.highlight    { background-color:#ffc }

.indent       { text-indent:15px }
.no-indent    { text-indent:0 }


