Do the userpages allow CSS? I'm guessing they do, since you're using a glow filter...
Also about that, why are you embedding a table within a paragraph and styling the table data? It's so much easier to just style the paragraph element, plus it reduces nesting of unnecessary elements.
Also,
Code:
<script language="javascript">
is deprecated. You should update it to
Code:
<script type="text/javascript">
I hope I'm not coming across as rude, it's not my intent.
Thanks in advance,
-Elo