Code:
scrollbar-base-color:#44444;
scrollbar-face-color:#777777;
scrollbar-arrow-color:#bbbbbb;
That's not valid CSS.
Code:
a.href {align: center}
That isn't either. You probably mean text-align, but that won't have any effect on the inline A element either. Giving it a class that will be confused with the "href" attribute is also a bad idea, from a purely human point of view.
Code:
P {font-family:Impact,"Halo Outline","Comic Sans Ms"}
You should always specify a generic font family as a last resort.
I don't have IE, so I can't tell how this is supposed to look. You should provide some screenshots for platform-dependant browsers.
You should also validate your markup and CSS.
Bookmarks