
/* ##################### *
 * ## Text Decoration ## *
 * ##################### */


.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }
.r { color: red; }

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

.g { font-family: "Georgia", sans-serif; font-size: 14px; }
.fixedsys { font-family: "Fixedsys", "Courier", sans-serif; }
.sizeup { font-size: 13px; }