I haven't played canasta in years most of those variations I have never heard of.
The site displays equally in IE and Firefox, all the links work, with easy navigation on each page.
I sure hope you don't mind a little constructive criticism with some knowledge thrown in.
I did have a look at the source code as well.
Might I point out that you have two < head > start and end tags on your index page.
When coding in html to be compliant with the mark up you should only use one set of head tags and one set of body tags.
The first line after the head start tag should be a meta tag declaring its character encoding.
This way everything after the content-type declaration will be rendered properly with the right character set.
Take a look at the source code of this page and you will see what I mean
In IE right click on this text and select "View Source"
You should also see the DOCTYPE declaration as the first line before the html start tag.
This site's DOCTYPE declaration is HTML 4.01 Transitional.
This is to insure the document is rendered to HTML 4.01 standards.
Keep up the good work and keep learning
