I have already done that.
Here's how it looks now:
html, body {
margin: 0px;
background-color: #2E75D8;
line-height: 130%;
font-family: Verdana, Arial, sans-serif;
}
Did you remove all 236 instances of font-size?
It is too small in every broswer I have tried (except Lynx) because
you use px sizes, all of which are wrong, and most of which are
unnecessary.
Too late for that.
I have 10 people working upon that design, translating and else.
Whatever fix can be done it has to be through the stylesheet.
Remove 90% of it.
In the near future we'll go XHTML tableless, but now there's no time
for transitions.
Why XHTML? It is not supported by MSIE. You would be better off
with HTML4.01.
The style sheet has to be applied to the CMS Template as well and
there are lots of classes related to different menus.
Why do they all have to be different? In fact, in that mess of a
stylesheet there is very little difference between them.
What I mean is that it has to work for both the front end and the back
end which is a CMS:
All the more reason to get it right before you put it into the CMS.
http://www.1001webs.net/coinen/
Probably.
I finish trimming it and I'll try that as well.
Get rid of the 176 instances of
font-family: Verdana, Arial, Helvetica, sans-serif;
and put it, once, in "body { ... }".
There are many other similar things you can do.
Haven't uploaded yet because a few things are oversized and out of
place.
What is oversized? If it is oversized without any font-size specs,
your browser needs adjusting.