Looks good to me too.
One small suggestion…
You may want to remove the underline from all the linked text so that it is easier to read and then just underline CLICK HERE at the end of the text.
To do this put this between the opening and closing head tags on your page.
<style type="text/css" >
<!--
a { text-decoration: none }
-->
</style>
Then you can underline any text by putting it between <u> CLICK HERE </u>