It’s all CSS, class="hidden" doesn’t do anything unless you define hidden…
- .hidden{display:none}
And get rid of
<style type="text/css">
<!--
A:link { COLOR: gray; TEXT-DECORATION: none; font-weight: normal }
A:visited { COLOR: gray; TEXT-DECORATION: none; font-weight: normal }
A:active { COLOR: 9a9a9a; TEXT-DECORATION: none }
A:hover { COLOR: 9a9a9a; TEXT-DECORATION: none; font-weight: none }
-->
</style>
It messes with the buttons.
JΛ̊KE