/* Beta-brainify */
.textleft { text-align: left; }
.textcenter { text-align: center; }
.textright { text-align: right; }
.bold      { font-weight: bold; }
.italic    { font-style: italic; }
.underline { text-decoration: underline; }