I do not know if this is the right list for this question. I use the following 
in the CSS for a web site I maintain.

* {
margin: 0;
padding: 0;
}
html {
height: 100%;
font-size: 80%;
}
body {
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 10px 10px;
padding: 5px 0px 10px;
}
#wrapper {
}
#header {
min-height:142px;
}
h1 {
color: #FFFFF0;
background: #00008B;
font-size: 1.5em;
text-align: center;
line-height: 72px;
white-space: nowrap;
display: block;
}

And I am told repeatedly that my fonts are to larger. I use a screen reader 
with Firefox so I am not really concerned with font size. I have a lot of 
viewers from perfect site to totally blind like myself. What is your advice on 
font size? I have alot of IE and Firefox users.

Angus MacKinnon
Infoforce Services
http:ééwww.infoforce-services.com

It is impossible to rightly govern the world without God and the Bible.
George Washington

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to