Basically this makes a nice html title but the html validator gives me an error saying ( Element h7 not allowed as child of element div in this context. (Suppressing further errors from this subtree.) and I don't know how to make this not appear.
<div class="PPS">
<div class="TEXT">
<div class="SX">
<h7>L</h7>
</div>
<div class="SX">
<h7>U</h7>
</div>
<div class="SX">
<h7>C</h7>
</div>
<div class="SX">
<h7>A</h7>
</div>
<div class="SX">
<h7>S</h7>
</div>
<div class="SX">
<h7>S</h7>
</div>
</div>