/* common */
.b { font-weight: bold !important; } .i { font-style: italic !important; } .u { text-decoration: underline !important; } .nb { font-weight: normal !important; } .ni { font-style: normal !important; } .nu { text-decoration: none !important; }
/* text */
.strike { text-decoration: line-through !important; } .ucase { text-transform: uppercase !important; } .lcase { text-transform: lowercase !important; } .caps { text-transform: capitalize !important; }
/* font */
.f8 { font-size: 8px !important; } .f9 { font-size: 9px !important; } .f10 { font-size: 10px !important; } .f11 { font-size: 11px !important; } .f12 { font-size: 12px !important; } .f13 { font-size: 13px !important; } .f14 { font-size: 14px !important; } .f15 { font-size: 15px !important; } .f16 { font-size: 16px !important; } .f18 { font-size: 18px !important; } .f20 { font-size: 20px !important; } .f22 { font-size: 22px !important; } .f24 { font-size: 24px !important; }
.sans { font-family: Arial, Helvetica, sans-serif !important; } .serif { font-family: Georgia, "Times New Roman", Times, serif !important; } .mono { font-family: Consolas, "Courier New", Courier, monospace !important; }
/* color */
.black { color: #000 !important; } .white { color: #fff !important; } .red { color: #f00 !important; } .orange { color: #ffa500 !important; } .yellow { color: #ff0 !important; } .green { color: #008000 !important; } .blue { color: #00f !important; } .indigo { color: #4b0082 !important; } 
/* align */
.floatl { float: left !important; } .floatr { float: right !important; } .clear { clear: both !important; } .trim { font-size: 0 !important; line-height: 0 !important; } .tal { text-align: left !important; } .tar { text-align: right !important; } .tac { text-align: center !important; } .taj { text-align: justify !important; } .vat { vertical-align: top !important; } .vab { vertical-align: bottom !important; } .vam { vertical-align: middle !important; }

/* misc */
.border { border: 1px solid #c2c2c2; }
