span.x-underline    { text-decoration: underline; }
p.x-align-left      { text-align: left; }
p.x-align-center    { text-align: center; }
p.x-align-right     { text-align: right; }
p.x-align-justify   { text-align: justify; }
.x-float-left       { float: left; }
.x-float-right      { float: right; }
