Try changing this:
Code:
<!DOCTYPE html>
<html lang="en">
<head>
To this
Code:
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
and see if that works.
You do have a number of errors like two </script> tags
and your last line:
</body>
</html>
<td width="60"</td>
You might want to validate your page here:
http://validator.w3.org/